Skip to content

Commit

Permalink
change schedule for test
Browse files Browse the repository at this point in the history
  • Loading branch information
chasinandrew committed Jan 22, 2024
1 parent 0f09ba0 commit c861a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
run: |-
gcloud scheduler jobs create pubsub myjob \
--location="us-east4" \
--schedule="30 4 * * *" \
--schedule="30 5 * * *" \
--topic="test-pubsub" \
--message-body="{\"field1\":\"value1\",\"field2\":\"value2\"}}"
# - name: Build and Tag
Expand Down

0 comments on commit c861a1a

Please sign in to comment.