Skip to content

Commit

Permalink
fix: remove skip check (#50)
Browse files Browse the repository at this point in the history
fix: remove skip check and rely on github

Please see
https://docs.github.com/en/actions/managing-workflow-runs/skipping-workflow-runs
for details on how to skip your CI check
  • Loading branch information
andrewwylde authored Oct 4, 2023
1 parent 3918d9e commit 596a18a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on: [push]
jobs:
release:
runs-on: ubuntu-latest
if: contains(github.event.head_commit.message, 'ci skip') == 'false' && contains(github.event.head_commit.message, 'skip ci') == 'false'
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 596a18a

Please sign in to comment.