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 024501d commit 764dcbbCopy full SHA for 764dcbb
.github/workflows/integration-tests.yml
@@ -3,11 +3,6 @@ name: Integration Tests
3
on:
4
# Run for all PRs
5
pull_request:
6
- # Run again once merged into development branch
7
- push:
8
- branches:
9
- - blackout/Phase-1
10
- - main
11
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
0 commit comments