Skip to content

Commit

Permalink
release message
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 committed Apr 8, 2024
1 parent 005b5eb commit acc8812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
Build-Publish:
name: Build-Publish
needs: pre-ci
if: "!startsWith(needs.pre-ci.outputs.commit-message, '[SKIP CI]') && startsWith(needs.pre-ci.outputs.commit-message, '[release]') && github.repository == 'subquery/subql'"
if: "!startsWith(needs.pre-ci.outputs.commit-message, '[SKIP CI]') && startsWith(needs.pre-ci.outputs.commit-message, '[release]') && github.repository == 'subquery/subql-algorand'"
runs-on: ubuntu-latest
steps:
#Check out
Expand Down

0 comments on commit acc8812

Please sign in to comment.