Skip to content

Commit

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

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

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

# 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
1 change: 1 addition & 0 deletions .github/workflows/buildRyzenWheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build wheels on/for Ryzen AI
on:
pull_request:
workflow_dispatch:
merge_queue:

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

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

0 comments on commit 2cd4add

Please sign in to comment.