Skip to content

Commit

Permalink
ci: fix merge queue
Browse files Browse the repository at this point in the history
  • Loading branch information
CantelopePeel committed May 16, 2024
1 parent 0742580 commit 4fdcc83
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/on_pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: On Pull Request
on:
merge_group:
pull_request:
types: [synchronize, opened, reopened, ready_for_review]
concurrency:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ name: Tests
on:
workflow_call:
workflow_dispatch:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 4fdcc83

Please sign in to comment.