mirror of
https://github.com/HarbourMasters/Starship
synced 2026-05-23 06:54:39 -04:00
Discord matching progress inside CI (#64)
* Discord matching progress inside CI * Readded frogress rule
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user