Skip to content

Commit

Permalink
Update nexus-trusted-traveler-scheduler-1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sekka1 authored Aug 17, 2024
1 parent 723aa34 commit 014a9d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nexus-trusted-traveler-scheduler-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ on:
## │ │ │ │ │
## │ │ │ │ │
## * * * * *
schedule:
## Testing run every 5 minutes
# - cron: '*/5 * * * *'
# schedule:
# ## Testing run every 5 minutes
# # - cron: '*/5 * * * *'

## Run every 5 hours on minute 37
- cron: '37 */5 * * *'
# ## Run every 5 hours on minute 37
# - cron: '37 */5 * * *'

env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN_NEXUS }} # Sends to the nexus channel. In the format of: slack://xxx/xxx/xxx
Expand Down

0 comments on commit 014a9d7

Please sign in to comment.