mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 00:46:23 +00:00
chore: disable e2e workflow without receiving 'No jobs' notifications on every push
This commit is contained in:
13
.github/workflows/e2e.yml
vendored
13
.github/workflows/e2e.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user