Skip to content

Commit

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

jobs:
test:
if: |
${{ !startsWith(github.event.head_commit.message, 'chore(main)')}}
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 c55af76

Please sign in to comment.