Skip to content

Commit

Permalink
ci: disable updating leaderboard on schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
meskill committed Sep 13, 2024
1 parent cbc3e1e commit 5649f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-leaderboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Collect Hackathon Scores

on:
workflow_dispatch:
schedule:
- cron: '0 * * * *' # every hour at 0 minutes
# schedule:
# - cron: '0 * * * *' # every hour at 0 minutes

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 5649f6f

Please sign in to comment.