Skip to content

Commit

Permalink
ci: no concurrent instances
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdadams committed Jul 10, 2024
1 parent aaa2390 commit 6fac51e
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 @@ -92,6 +92,7 @@ jobs:
environment_variables: STORAGE_BUCKET=${{secrets.STORAGE_BUCKET}}
secrets: |
/secrets/app/secrets.json=${{secrets.PROJECT_ID}}/skid-secrets
max_instance_count: 1

- name: 📥 Create PubSub topic
run: |
Expand Down Expand Up @@ -164,6 +165,7 @@ jobs:
environment_variables: STORAGE_BUCKET=${{secrets.STORAGE_BUCKET}}
secrets: |
/secrets/app/secrets.json=${{secrets.PROJECT_ID}}/skid-secrets
max_instance_count: 1

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

0 comments on commit 6fac51e

Please sign in to comment.