Skip to content

Commit b49d0f8

Browse files
Remove scheduled cron job for E2E tests and add concurrency settings.
1 parent 8540bd7 commit b49d0f8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/scheduled-e2e-tests.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ name: 'Neo4j-GraphRAG Scheduled E2E Tests'
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '0 6 * * 1-5' # Runs at 6am on working days
75
push:
86
branches: [ main, fix/scheduled-e2e-tests ]
7+
8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref_name }}
10+
cancel-in-progress: true
911

1012
jobs:
1113
e2e-tests:

0 commit comments

Comments
 (0)