Skip to content

Commit

Permalink
chore(workflow): run actions regardless of the content of the commit …
Browse files Browse the repository at this point in the history
…message
  • Loading branch information
freddy38510 committed Sep 23, 2022
1 parent 52f1b9c commit c771476
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ on:

jobs:
tests:
if: ${{ !(contains(github.event.head_commit.message, 'chore')) }}
uses: ./.github/workflows/run-unit-test.yml
release-please:
if: ${{ !(contains(github.event.head_commit.message, 'chore')) }}
needs: [tests] # require tests to pass before release-please runs
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c771476

Please sign in to comment.