Skip to content

Commit

Permalink
Revert "chore: run checks on merge queues"
Browse files Browse the repository at this point in the history
This reverts commit a513526.
  • Loading branch information
jtoar committed Feb 10, 2023
1 parent a513526 commit 23f1f32
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check-test-project-fixture.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Check test project fixture
on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
merge_group:

# Cancel in-progress runs of this workflow.
# See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow.
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: ⚙️ CI

on:
pull_request:
merge_group:
pull_request

# Cancel in-progress runs of this workflow.
# See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow.
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
merge_group:
schedule:
- cron: '42 5 * * 3'

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/require-release-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: 🏷 Require release label
on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
merge_group:

# Cancel in-progress runs of this workflow.
# See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow.
Expand Down

0 comments on commit 23f1f32

Please sign in to comment.