Skip to content

Commit

Permalink
nexus7
Browse files Browse the repository at this point in the history
  • Loading branch information
garland committed Aug 18, 2024
1 parent a3a2c90 commit fef2573
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nexus-trusted-traveler-scheduler-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: "nexus 1"
on:
# Push is for testing only to allow you to test this workflow without
# a merge and just a push.
push:
# push:
# pull_request:
# types:
# - closed
Expand All @@ -23,12 +23,12 @@ on:
## │ │ │ │ │
## │ │ │ │ │
## * * * * *
# schedule:
schedule:
# ## Testing run every 5 minutes
# - cron: '*/5 * * * *'

## Run every 5 hours on minute 37
# - cron: '37 */5 * * *'
- 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 fef2573

Please sign in to comment.