Skip to content

Commit

Permalink
Skip version bump for 'skip' bump type
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Jan 9, 2025
1 parent a9d60c9 commit 0c09000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

version-bump:
name: Version bump
if: github.actor != 'bitwarden-devops-bot'
if: github.actor != 'bitwarden-devops-bot' && needs.version-type.outputs.version_bump_type != 'skip'
runs-on: ubuntu-24.04
needs: version-type
outputs:
Expand Down

0 comments on commit 0c09000

Please sign in to comment.