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

This commit is contained in:
David Boreham 2023-10-24 22:28:58 -06:00 committed by GitHub
parent f7eb8b9a38
commit 5e36e3e2ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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