diff options
| author | Lywx <kiritodev01@gmail.com> | 2023-12-30 14:33:27 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-30 17:33:27 -0300 |
| commit | d00cff570a3fc0a7eb256c8d23e34eadee796e9a (patch) | |
| tree | 7371c4f970f8f086984aae42b2b28a3f7208fb1d /.github/workflows | |
| parent | 62a4a36804944874bde6de3ae84438133460627c (diff) | |
Discord matching progress inside CI (#64)
* Discord matching progress inside CI
* Readded frogress rule
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index edc27437..a15d3de9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }} |
