Skip to content

Commit 5fb6ca6

Browse files
Merge pull request #14449 from rabbitmq/fix-ci-oci-in-pr
Fix in OCI trigger for PRs
2 parents 9d7ee96 + 771874c commit 5fb6ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/oci-make.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- ${{ github.event.inputs.otp_version || '28' }}
8080
needs: build-package-generic-unix
8181
runs-on: ubuntu-latest
82-
if: ${{ needs.build-package-generic-unix.outputs.authorized }} == 'true'
82+
if: ${{ needs.build-package-generic-unix.outputs.authorized }} == true
8383
steps:
8484
- name: Checkout
8585
uses: actions/checkout@v5

0 commit comments

Comments
 (0)