Skip to content

Commit

Permalink
Uncomment the schedule to check if labels have changed
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan committed Nov 18, 2024
1 parent cd8b964 commit 880d253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/schedule-labels-change.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Schedule Label Change Action

on:
#schedule:
# - cron: '*/60 * * * *' # Runs every 60 minutes
schedule:
- cron: '*/60 * * * *' # Runs every 60 minutes
workflow_dispatch: # Allows manual trigger

jobs:
Expand Down

0 comments on commit 880d253

Please sign in to comment.