Turn off long run time test on push/pr unless explicitly triggered (#606)
This commit is contained in:
parent
f7eb8b9a38
commit
5e36e3e2ae
5
.github/workflows/fixturenet-eth.yml
vendored
5
.github/workflows/fixturenet-eth.yml
vendored
@ -1,10 +1,11 @@
|
|||||||
name: Fixturenet-Eth Test
|
name: Fixturenet-Eth Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
branches: '*'
|
|
||||||
push:
|
push:
|
||||||
branches: '*'
|
branches: '*'
|
||||||
|
paths:
|
||||||
|
- '!**'
|
||||||
|
- '.github/workflows/triggers/fixturenet-eth-test'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
2
.github/workflows/triggers/fixturenet-eth-test
vendored
Normal file
2
.github/workflows/triggers/fixturenet-eth-test
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Change this file to trigger running the fixturenet-eth-test CI job
|
||||||
|
|
Loading…
Reference in New Issue
Block a user