Turn off long run time test on push/pr unless explicitly triggered #606
5
.github/workflows/fixturenet-eth.yml
vendored
5
.github/workflows/fixturenet-eth.yml
vendored
@ -1,10 +1,11 @@
|
||||
name: Fixturenet-Eth Test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: '*'
|
||||
push:
|
||||
branches: '*'
|
||||
paths:
|
||||
- '!**'
|
||||
- '.github/workflows/triggers/fixturenet-eth-test'
|
||||
|
||||
jobs:
|
||||
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