chore: disable e2e workflow without receiving 'No jobs' notifications on every push

This commit is contained in:
Gabriel Horner
2024-08-23 11:01:21 -04:00
parent 2f8e9fa703
commit 187fa1d29e

View File

@@ -9,14 +9,11 @@ on:
branches: [master]
paths:
- 'e2e-tests/**'
pull_request:
branches: [master]
paths:
- 'e2e-tests/**'
# TODO: Re-enable when ready to enable tests for file graphs
defaults:
if: false
# TODO: Re-enable when ready to enable tests for file graphs
# pull_request:
# branches: [master]
# paths:
# - 'e2e-tests/**'
env:
CLOJURE_VERSION: '1.11.1.1413'