Skip to content

Commit

Permalink
Add merge group event to image-builder-test (#12385)
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperMalachowski authored Nov 22, 2024
1 parent d0770fe commit 8bb94d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull-image-builder-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- ".github/workflows/image-builder.yml"
- ".github/actions/expose-jwt-action/**"
- ".github/actions/image-builder/**"
merge_group:

permissions:
id-token: write # This is required for requesting the JWT token
Expand Down Expand Up @@ -40,4 +41,4 @@ jobs:
needs: build-image
steps:
- name: Test image
run: echo "Testing images ${{ needs.build-image.outputs.images }}"
run: echo "Testing images ${{ needs.build-image.outputs.images }}"

0 comments on commit 8bb94d0

Please sign in to comment.