diff --git a/.github/workflows/pull-image-builder-test.yml b/.github/workflows/pull-image-builder-test.yml index d1b75e07fe4b..0636e3cfc33f 100644 --- a/.github/workflows/pull-image-builder-test.yml +++ b/.github/workflows/pull-image-builder-test.yml @@ -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 @@ -40,4 +41,4 @@ jobs: needs: build-image steps: - name: Test image - run: echo "Testing images ${{ needs.build-image.outputs.images }}" \ No newline at end of file + run: echo "Testing images ${{ needs.build-image.outputs.images }}"