Skip to content

Commit

Permalink
ci: don't retry on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdadams committed Jul 10, 2024
1 parent 6fac51e commit caf3979
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
secrets: |
/secrets/app/secrets.json=${{secrets.PROJECT_ID}}/skid-secrets
max_instance_count: 1
event_trigger_retry: false

- name: 📥 Create PubSub topic
run: |
Expand Down Expand Up @@ -166,6 +167,7 @@ jobs:
secrets: |
/secrets/app/secrets.json=${{secrets.PROJECT_ID}}/skid-secrets
max_instance_count: 1
event_trigger_retry: false

- name: 📥 Create PubSub topic
run: |
Expand Down

0 comments on commit caf3979

Please sign in to comment.