Skip to content

Commit

Permalink
[skip ci] Skip post to telegram when creating tag (LSPosed#2331)
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard20181 authored Jan 15, 2023
1 parent 1ee8fd8 commit 2af164b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
daemon/build/symbols
dex2oat/build/symbols
- name: Post to channel
if: ${{ success() && ( ( github.event_name != 'pull_request' && github.ref == 'refs/heads/master' ) || github.ref_type == 'tag' ) }}
if: ${{ success() && github.event_name != 'pull_request' && github.ref == 'refs/heads/master' && github.ref_type != 'tag' }}
env:
CHANNEL_ID: ${{ secrets.CHANNEL_ID }}
DISCUSSION_ID: ${{ secrets.DISCUSSION_ID }}
Expand Down

0 comments on commit 2af164b

Please sign in to comment.