Skip to content

Commit

Permalink
[skip slack] test if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Jan 8, 2025
1 parent 9b4b91c commit d58d361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_test_build_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
echo "APK_FILE=$apk_file" >> $GITHUB_ENV
- name: Upload artifact to slack
if: ! contains(github.event.head_commit.message, 'skip slack')
if: ${{ !contains(github.event.head_commit.message, 'skip slack') }}
continue-on-error: true
uses: adrey/[email protected]
with:
Expand Down

0 comments on commit d58d361

Please sign in to comment.