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

This commit is contained in:
David Boreham 2023-10-24 22:23:21 -06:00
parent f7eb8b9a38
commit df1057f4db
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