Skip to content

Commit 0cecce8

Browse files
Conditionalize includeDownloads in build workflow
1 parent 4f49537 commit 0cecce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ jobs:
8787
discordWebhook: ${{ secrets.DISCORD_WEBHOOK }}
8888
status: ${{ job.status }}
8989
body: ${{ steps.metadata.outputs.body }}
90-
includeDownloads: true
90+
includeDownloads: ${{ success() && github.repository == 'GeyserMC/Rainbow' && github.ref_name == 'master' }}

0 commit comments

Comments
 (0)