Turn off long run time test on push/pr unless explicitly triggered #606

Merged
telackey merged 1 commits from dboreham/disable-fixturenet-test into main 2023-10-25 04:28:58 +00:00
2 changed files with 5 additions and 2 deletions

View File

@ -1,10 +1,11 @@
name: Fixturenet-Eth Test
on:
pull_request:
branches: '*'
push:
branches: '*'
paths:
- '!**'
- '.github/workflows/triggers/fixturenet-eth-test'
jobs:
test:

View File

@ -0,0 +1,2 @@
Change this file to trigger running the fixturenet-eth-test CI job