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