Skip to content

Commit

Permalink
Revert "Update GH workflow (#5)" (#9)
Browse files Browse the repository at this point in the history
This reverts commit e2ff3f5.
Code was updated to allow cdk synth without access to AWS
  • Loading branch information
zaro0508 authored Nov 13, 2024
1 parent a90a033 commit 7c28ad6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: deploy-dev
on:
workflow_run:
workflows:
- pre-deploy-check
- check
types:
- completed
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: deploy-prod
on:
workflow_run:
workflows:
- pre-deploy-check
- check
types:
- completed
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: deploy-stage
on:
workflow_run:
workflows:
- pre-deploy-check
- check
types:
- completed
branches:
Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/pre-deploy-check.yml

This file was deleted.

0 comments on commit 7c28ad6

Please sign in to comment.