Skip to content

Commit

Permalink
[SKIP] Skip version bump is the commit message contains SKIP
Browse files Browse the repository at this point in the history
  • Loading branch information
openvmp authored Dec 30, 2023
1 parent 28df70d commit 2425bd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ permissions:
jobs:
update_version_and_tag:
runs-on: ubuntu-latest
if: "!startsWith(github.event.head_commit.message, '[SKIP]')"

steps:
- uses: actions/checkout@v2
- name: Install Python 3
Expand Down

0 comments on commit 2425bd0

Please sign in to comment.