Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Feb 29, 2024
1 parent bbd7b06 commit f8205f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
steps:
- run: |
echo "test2: ${{ !startsWith(github.event.head_commit.message, 'chore(main)')}}" >> $GITHUB_STEP_SUMMARY
test3:
runs-on: ubuntu-latest
steps:
- run: |
echo "test3: ${{ false == null }}" >> $GITHUB_STEP_SUMMARY
call-test:
uses: ./.github/workflows/debug.yml

0 comments on commit f8205f3

Please sign in to comment.