Discord matching progress inside CI (#64)

* Discord matching progress inside CI

* Readded frogress rule
This commit is contained in:
Lywx
2023-12-30 14:33:27 -06:00
committed by GitHub
parent 62a4a36804
commit d00cff570a
3 changed files with 38 additions and 1 deletions
+4
View File
@@ -45,3 +45,7 @@ jobs:
# - name: Upload frogress
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
# run: python3 tools/upload_frogress.py --apikey ${{ secrets.PROGRESS_API_KEY }}
- name: Upload progress to Discord
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
run: python3 tools/upload_progress.py --discord_url ${{ secrets.DISCORD_URL }}