Skip to content

Commit

Permalink
ci: Try to cancel old workflows after deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Nov 24, 2023
1 parent f504c7f commit 4b0457d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/infra-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,7 @@ jobs:

- name: Terraform Apply
run: terraform apply -auto-approve
working-directory: terraform
working-directory: terraform

- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1

0 comments on commit 4b0457d

Please sign in to comment.