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 8b44777 commit 420ce5aCopy full SHA for 420ce5a
.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