Skip to content

Commit

Permalink
update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dzakdzaks committed Feb 26, 2023
1 parent 1ca740e commit 56cdf0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ jobs: # groups the jobs to be executed in this workflow

send-message:
name: 📢 Send Message
needs: [ create-release, firebase-deploy, playstore-deploy ]
# needs: [ create-release, firebase-deploy, playstore-deploy ]
needs: [ create-release, playstore-deploy ]
runs-on: ubuntu-latest
steps:
- name: Checkout Code
Expand Down

0 comments on commit 56cdf0a

Please sign in to comment.