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 Mar 3, 2024
1 parent 88ad60d commit 04fb2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions: {}

jobs:
test1:
if: ${{ startsWith(github.event.head_commit.message, 'release:')}}
if: true # test
runs-on: ubuntu-latest
steps:
- run: |
Expand Down

0 comments on commit 04fb2ea

Please sign in to comment.