Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Dec 9, 2023
1 parent 990ecdf commit 49773e2
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 @@ -13,12 +13,11 @@ jobs:
- run: |
echo "test1: ${{ !startsWith(github.event.head_commit.message, 'chore(main)')}}" >> $GITHUB_STEP_SUMMARY
test2:
if: |
${{ ! startsWith(github.event.head_commit.message, 'chore(main)')}}
if: ${{ !startsWith(github.event.head_commit.message, 'chore(main):\ ')}}
runs-on: ubuntu-latest
steps:
- run: |
echo "test2: ${{ !startsWith(github.event.head_commit.message, 'chore(main)')}}" >> $GITHUB_STEP_SUMMARY
call-test:
uses: ./.github/workflows/debug.yml

0 comments on commit 49773e2

Please sign in to comment.