Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ManagedKube/playground
Browse files Browse the repository at this point in the history
  • Loading branch information
garland committed Aug 17, 2024
2 parents 505d90b + 970467f commit 3d6b7fe
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/nexus-trusted-traveler-scheduler-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
##
name: "nexus 1"

on:
# on:
# Push is for testing only to allow you to test this workflow without
# a merge and just a push.
# push:
pull_request:
# pull_request:
# types:
# - closed
# branches:
Expand All @@ -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
16 changes: 10 additions & 6 deletions houseseats.com/notify-on-event/state.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
- event_id: '8435'
event_name: the hilarious 7
- event_id: '8167'
event_name: a-stars comedy show
- event_id: '8400'
event_name: exxcite
- event_id: '8387'
event_name: together we'll be okay - the musical
- event_id: '7705'
event_name: 'tina: the queen of rock'
- event_id: '7581'
event_name: diva royale
- event_id: '8435'
event_name: the hilarious 7
- event_id: '8460'
event_name: skinlab - venomocities tour 2024
- event_id: '8167'
event_name: a-stars comedy show
- event_id: '8225'
event_name: lioz - master of delusion
- event_id: '8400'
event_name: exxcite
- event_id: '8201'
event_name: "the conjurors \u2013 cabin of wonders"
- event_id: '8461'
Expand All @@ -26,3 +28,5 @@
event_name: flyover las vegas
- event_id: '8433'
event_name: tickle me comedy show and speed dating
- event_id: '8291'
event_name: little j gambino's recycled music parodies

0 comments on commit 3d6b7fe

Please sign in to comment.