Skip to content

Commit dfdd93f

Browse files
committed
ci(gh-actions): Do not run reusable workflow when pushing to main
1 parent 43f9cb6 commit dfdd93f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/flake-checks-ci-matrix.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,6 @@ on:
3434
default: false
3535
required: false
3636

37-
# Allow this workflow to be triggered in merge
38-
merge_group:
39-
40-
push:
41-
branches:
42-
- main
43-
pull_request:
44-
branches:
45-
- main
46-
4737
concurrency:
4838
group: ${{ github.workflow }}-${{ github.repository }}-${{ github.event.pull_request.number || github.ref }}
4939
cancel-in-progress: true

0 commit comments

Comments
 (0)