Skip to content

Commit b9e5672

Browse files
committed
comment out discord progress step for now
1 parent 13179b5 commit b9e5672

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/regress-validate.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
with:
4646
name: ${{ matrix.version }}_report
4747
path: build/progress.json
48-
- name: Discord Progress
49-
if: ${{ github.event_name == 'push' }}
50-
run: python3 tools/discord_progress.py --discord_url ${{ secrets.SECRET_DISCORD_WEBHOOK_URL }} --version ${{ matrix.version }}
51-
- name: Cleanup
52-
run: rm -f baserom.us.z64
48+
#- name: Discord Progress
49+
# if: ${{ github.event_name == 'push' }}
50+
# run: python3 tools/discord_progress.py --discord_url ${{ secrets.SECRET_DISCORD_WEBHOOK_URL }} --version ${{ matrix.version }}
51+
#- name: Cleanup
52+
# run: rm -f baserom.us.z64
5353

0 commit comments

Comments
 (0)