Skip to content

Commit

Permalink
fix(ci): move skip_checks to step
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Nov 14, 2024
1 parent 6fb64ca commit c3a70e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
echo "${{ github.ref }}"
check-goreleaser:
if: inputs.skip_checks != true
runs-on: ${{ vars.RELEASE_RUNNER }}
steps:
- uses: actions/checkout@v4
- name: Build release snapshot
if: inputs.skip_checks != true
run: |
make release-snapshot
Expand Down

0 comments on commit c3a70e9

Please sign in to comment.