Skip to content

Commit

Permalink
ci: work-around for actions/runner#2206
Browse files Browse the repository at this point in the history
  • Loading branch information
outofcoffee committed Jun 11, 2024
1 parent 76cf4d8 commit f3f50a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: ./.github/workflows/dist.yaml
with:
effective-branch: ${{ needs.setup.outputs.effective-branch }}
release: ${{ needs.setup.outputs.release }}
release: ${{ needs.setup.outputs.release == true }}
secrets: inherit

distroless:
Expand All @@ -32,5 +32,5 @@ jobs:
uses: ./.github/workflows/distroless.yaml
with:
effective-branch: ${{ needs.setup.outputs.effective-branch }}
release: ${{ needs.setup.outputs.release }}
release: ${{ needs.setup.outputs.release == true }}
secrets: inherit

0 comments on commit f3f50a4

Please sign in to comment.