Skip to content

Commit

Permalink
remove unnecessary steps
Browse files Browse the repository at this point in the history
  • Loading branch information
chasinandrew committed Jan 22, 2024
1 parent 81d5880 commit 8eb8e81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
- name: Cloud Scheduler Creation
run: |-
gcloud scheduler jobs update pubsub \
--location=us-east4
--schedule="30 4 * * *" \
--topic="test-pubsub" \
--message-body="{\"field1\":\"value1\",\"field2\":\"value2\"}}"
Expand Down

0 comments on commit 8eb8e81

Please sign in to comment.