Skip to content

Commit

Permalink
fix: remove skip check and rely on github
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwylde committed Oct 4, 2023
1 parent 3918d9e commit 79ea62d
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 79ea62d

Please sign in to comment.