We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8540bd7 commit b49d0f8Copy full SHA for b49d0f8
.github/workflows/scheduled-e2e-tests.yaml
@@ -2,10 +2,12 @@ name: 'Neo4j-GraphRAG Scheduled E2E Tests'
2
3
on:
4
workflow_dispatch:
5
- schedule:
6
- - cron: '0 6 * * 1-5' # Runs at 6am on working days
7
push:
8
branches: [ main, fix/scheduled-e2e-tests ]
+
+concurrency:
9
+ group: ${{ github.workflow }}-${{ github.ref_name }}
10
+ cancel-in-progress: true
11
12
jobs:
13
e2e-tests:
0 commit comments