We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13179b5 commit b9e5672Copy full SHA for b9e5672
1 file changed
.github/workflows/regress-validate.yaml
@@ -45,9 +45,9 @@ jobs:
45
with:
46
name: ${{ matrix.version }}_report
47
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
+ #- name: Discord Progress
+ # if: ${{ github.event_name == 'push' }}
+ # run: python3 tools/discord_progress.py --discord_url ${{ secrets.SECRET_DISCORD_WEBHOOK_URL }} --version ${{ matrix.version }}
+ #- name: Cleanup
+ # run: rm -f baserom.us.z64
53
0 commit comments