Skip to content

Commit

Permalink
ci: Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Dec 9, 2023
1 parent 302a78d commit 46aecb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ permissions: {}

jobs:
test:
if: ${{ !startsWith(github.event.head_commit.message, 'chore(main)')}}
runs-on: ubuntu-latest
steps:
- if: ${{ !startsWith(github.event.head_commit.message, 'chore(main)')}}
- if: ${{ startsWith(github.event.head_commit.message, 'chore(main)')}}
run: echo "${{ !startsWith(github.event.head_commit.message, 'chore(main)')}}" >> $GITHUB_STEP_SUMMARY
call-test:
uses: ./.github/workflows/debug.yml

0 comments on commit 46aecb7

Please sign in to comment.