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 b49d0f8 commit e88feddCopy full SHA for e88fedd
.github/workflows/scheduled-e2e-tests.yaml
@@ -3,7 +3,8 @@ name: 'Neo4j-GraphRAG Scheduled E2E Tests'
3
on:
4
workflow_dispatch:
5
push:
6
- branches: [ main, fix/scheduled-e2e-tests ]
+ branches:
7
+ - main
8
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.ref_name }}
0 commit comments