Skip to content

Commit

Permalink
Enable workflows to run for GitHub Merge Queue (#1199)
Browse files Browse the repository at this point in the history
Co-authored-by: Jérôme Tamarelle <[email protected]>
  • Loading branch information
alcaeus and GromNaN authored Nov 24, 2023
1 parent ad8e187 commit 33feb71
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Coding Standards"

on:
merge_group:
pull_request:
branches:
- "v*.*"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Docs"

on:
merge_group:
pull_request:
branches:
- "v*.*"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Static Analysis"

on:
merge_group:
pull_request:
branches:
- "v*.*"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Tests"

on:
merge_group:
pull_request:
branches:
- "v*.*"
Expand Down

0 comments on commit 33feb71

Please sign in to comment.