From 62bcabb23fbf3f7e2ad3eb9d51ecef42fe37432d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 16 Aug 2024 23:31:23 +0000 Subject: [PATCH 1/4] [houseseat-notify-on-event action] Updating the state.yaml file --- houseseats.com/notify-on-event/state.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/houseseats.com/notify-on-event/state.yaml b/houseseats.com/notify-on-event/state.yaml index 885c7cfe..ab278110 100644 --- a/houseseats.com/notify-on-event/state.yaml +++ b/houseseats.com/notify-on-event/state.yaml @@ -1,5 +1,3 @@ -- event_id: '8435' - event_name: the hilarious 7 - event_id: '8167' event_name: a-stars comedy show - event_id: '8400' @@ -10,6 +8,8 @@ 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: '8201' @@ -26,3 +26,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 From 723aa3460e74fbbb0f38807bc47f3ba10136fa28 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 17 Aug 2024 02:41:00 +0000 Subject: [PATCH 2/4] [houseseat-notify-on-event action] Updating the state.yaml file --- houseseats.com/notify-on-event/state.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/houseseats.com/notify-on-event/state.yaml b/houseseats.com/notify-on-event/state.yaml index ab278110..3e06612e 100644 --- a/houseseats.com/notify-on-event/state.yaml +++ b/houseseats.com/notify-on-event/state.yaml @@ -1,7 +1,3 @@ -- 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' @@ -12,6 +8,12 @@ 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' From 014a9d72bcf661937a253475e324ae3083c30e33 Mon Sep 17 00:00:00 2001 From: Garland Kan Date: Sat, 17 Aug 2024 07:41:26 -0700 Subject: [PATCH 3/4] Update nexus-trusted-traveler-scheduler-1.yml --- .../workflows/nexus-trusted-traveler-scheduler-1.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/nexus-trusted-traveler-scheduler-1.yml b/.github/workflows/nexus-trusted-traveler-scheduler-1.yml index 77e7cebf..2dc152a9 100644 --- a/.github/workflows/nexus-trusted-traveler-scheduler-1.yml +++ b/.github/workflows/nexus-trusted-traveler-scheduler-1.yml @@ -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 From 970467f89520c5f1171213c9f2f00d97601072e1 Mon Sep 17 00:00:00 2001 From: Garland Kan Date: Sat, 17 Aug 2024 07:41:43 -0700 Subject: [PATCH 4/4] Update nexus-trusted-traveler-scheduler-1.yml --- .github/workflows/nexus-trusted-traveler-scheduler-1.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nexus-trusted-traveler-scheduler-1.yml b/.github/workflows/nexus-trusted-traveler-scheduler-1.yml index 2dc152a9..71c5b8a5 100644 --- a/.github/workflows/nexus-trusted-traveler-scheduler-1.yml +++ b/.github/workflows/nexus-trusted-traveler-scheduler-1.yml @@ -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: