Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
feat: Add workflow_run to GHA workflows
Browse files Browse the repository at this point in the history
Add workflow_run to GHA workflows
  • Loading branch information
LindseySaari authored Feb 24, 2022
2 parents 4e70679 + 2f96fa4 commit ae19437
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- master
workflow_dispatch:
workflow_run:
workflows: ["Push image to ECR when changes are pushed to master"]
types: [completed]

jobs:
deploy:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- master
workflow_dispatch:
workflow_run:
workflows: ["Code Checks"]
types: [completed]

jobs:
push-images:
Expand Down

0 comments on commit ae19437

Please sign in to comment.