Skip to content

Commit

Permalink
Add event for job to run with merge queue
Browse files Browse the repository at this point in the history
Bug: 341333157
  • Loading branch information
cjreynol committed Nov 21, 2024
1 parent 4b99865 commit 266dad1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Artifacts
on:
pull_request:
pull_request: &reusable_block_anchor
paths:
- '.github/workflows/artifacts.yaml'
- 'tools/buildimage/**'
Expand Down Expand Up @@ -90,3 +90,5 @@ jobs:
with:
name: docker-image-arm64
path: ${{ env.arm64_image_path }}
# identical to the `pull_request` block above using YAML anchor there and alias here
merge_group: *reusable_block_anchor

0 comments on commit 266dad1

Please sign in to comment.