Skip to content

Commit

Permalink
Merge pull request #373 from rackerlabs/prep-for-mqueues
Browse files Browse the repository at this point in the history
  • Loading branch information
cardoe authored Oct 11, 2024
2 parents 3c6e314 + 701588f commit e095741
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-container-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ on:
- "containers/bmc-utils/**"
- "containers/python311_alpine/**"
- "containers/python312_alpine/**"
merge_group:
types: [checks_requested]

# bump container versions here, they will be populated to tags and labels
env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-ironic-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
- main
paths:
- 'ironic-images/**'
merge_group:
types: [checks_requested]

jobs:
build-ironic-images:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/code-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
- "python/**"
- ".github/workflows/code-test.yaml"
workflow_dispatch:
merge_group:
types: [checks_requested]

# limit rapid succession from pushes
concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ on:
- ".github/workflows/containers.yaml"
- "python/**"
workflow_dispatch:
merge_group:
types: [checks_requested]

jobs:
openstack:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
- "docs/**"
- ".github/workflows/mkdocs.yml"
workflow_dispatch:
merge_group:
types: [checks_requested]

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pr-title-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: "Lint PR"
on:
pull_request_target:
types: [opened, edited, reopened, synchronize]
merge_group:
types: [checks_requested]

# IMPORTANT: No checkout actions, scripts, or builds should be added to this workflow. Permissions should always be used
# with extreme caution. https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- main
merge_group:
types: [checks_requested]

jobs:
pre-commit:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/typos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
pull_request:
workflow_dispatch:
merge_group:
types: [checks_requested]

jobs:
spellcheck:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
pull_request:
workflow_dispatch:
merge_group:
types: [checks_requested]

jobs:
lint-yaml:
Expand Down

0 comments on commit e095741

Please sign in to comment.