Skip to content

Commit

Permalink
[ci] merge_queue -> merge_group (#1462)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenneuendorffer authored May 7, 2024
1 parent 2cd4add commit a42722c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildAndTestMulti.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:
types: [assigned, opened, synchronize, reopened]
workflow_dispatch:
merge_queue:
merge_group:

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildAndTestPythons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:
types: [assigned, opened, synchronize, reopened]
workflow_dispatch:
merge_queue:
merge_group:

env:
# Run apt package manager in the CI in non-interactive mode.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildAndTestRyzenAI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
- test-ryzen-ai
pull_request:
merge_queue:
merge_group:

# Allows you to run this workflow manually from the Actions tab by
# selecting CI and then "Run workflow" menu on the right branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildRyzenWheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build wheels on/for Ryzen AI
on:
pull_request:
workflow_dispatch:
merge_queue:
merge_group:

schedule:
# At 04:00. (see https://crontab.guru)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lintAndFormat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
types: [assigned, opened, synchronize, reopened]
workflow_dispatch:
merge_queue:
merge_group:

env:
# Run apt package manager in the CI in non-interactive mode.
Expand Down

0 comments on commit a42722c

Please sign in to comment.