Skip to content

Commit

Permalink
change schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
chasinandrew committed Jan 22, 2024
1 parent b697205 commit 4ad6bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ jobs:

- name: Cloud Scheduler Creation
run: |-
gcloud scheduler jobs create pubsub pipeline-submit-schedule \
gcloud scheduler jobs update pubsub pipeline-submit-schedule \
--location="us-east4" \
--schedule="30 5 * * *" \
--schedule="* * * * *" \
--topic="pipeline-submission-topic" \
--message-body-from-file="pipeline.json"
Expand Down

0 comments on commit 4ad6bd8

Please sign in to comment.