Skip to content

Commit

Permalink
skip workflow if [skip ci] is specified
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Jan 17, 2023
1 parent 46e836b commit 6b5ad1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 6b5ad1e

Please sign in to comment.