Skip to content

Commit

Permalink
Add more strict conditions on build_release action [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Jul 9, 2020
1 parent cf9bada commit 17acabe
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 @@ -22,7 +22,7 @@ jobs:

build_release:
runs-on: ubuntu-latest
if: "contains(github.ref, 'ref/head/v') || contains(github.event.head_commit.message, 'zip')"
if: "contains(github.ref, 'ref/head/v') || contains(github.event.head_commit.message, '[zip]')"
container: tunathu/thuthesis-test-env
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 17acabe

Please sign in to comment.