File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2020
2121 - name : crowdin action
2222 uses : crowdin/github-action@v2
23+ if : github.event.repository.fork == false
2324 with :
2425 upload_sources : true
2526 upload_translations : false
Original file line number Diff line number Diff line change 9696 ruby-version : ' 3.3'
9797
9898 - name : Create debug keystore
99+ if : github.event.repository.fork == false
99100 env :
100101 CI_KEYSTORE : ${{ secrets.CI_KEYSTORE }}
101102 run : |
@@ -123,14 +124,15 @@ jobs:
123124
124125 - name : Upload to Discord
125126127+ if : github.event.repository.fork == false
126128 env :
127129 DISCORD_WEBHOOK : ${{ secrets.DISCORD_WEBHOOK }}
128130 with :
129131 args : app/build/outputs/apk/free/ci/${{ env.APK_NAME }}.apk
130132
131133 - name : Report build status to Discord
132134 uses : sarisia/actions-status-discord@v1
133- if : failure()
135+ if : github.event.repository.fork == false && failure()
134136 with :
135137 title : " Build apk"
136138 webhook : ${{ secrets.DISCORD_BUILD_STATUS_WEBHOOK }}
You can’t perform that action at this time.
0 commit comments