Skip to content

Commit

Permalink
github: skip some work
Browse files Browse the repository at this point in the history
Signed-off-by: mu7220 <[email protected]>
  • Loading branch information
lingqiqi5211 committed Mar 1, 2024
1 parent 412daf1 commit ece4d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
echo "|Canary|$canary" >> $GITHUB_STEP_SUMMARY
- name: Upload Canary APK
if: contains(github.event.head_commit.message, '[unupload]') != true
if: ${{ contains(github.event.head_commit.message, '[unupload]') == false && contains(github.event.head_commit.message, '[skip post]') == false }}
uses: actions/upload-artifact@v4
with:
name: HyperCeiler Canary
Expand Down

0 comments on commit ece4d17

Please sign in to comment.