Skip to content

Commit

Permalink
Merge pull request #1406 from alphagov/fix-create-pr-multi-arch
Browse files Browse the repository at this point in the history
Update create-pr.yaml for multi arch builds
  • Loading branch information
kentsanggds authored Jan 14, 2025
2 parents 641a0f7 + 3844c41 commit fc37145
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-pr-on-tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Create charts PR on tags creation
on:
workflow_dispatch:
workflow_run:
workflows: [ "Build and push images on tags" ]
workflows: [ "Build and push DGU Find Image on tags" ]
types:
- completed

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Create charts PR
on:
workflow_dispatch:
workflow_run:
workflows: [ "Build and push images" ]
workflows: [ "Build and push multi-arch images" ]
types:
- completed
branches:
Expand All @@ -24,4 +24,4 @@ jobs:
GH_TOKEN: ${{ secrets.PR_GITHUB_TOKEN }}
GH_REF: ${{ github.ref_name }}
IS_TAG: "false"
ENVS: "integration"
ENVS: "integration"

0 comments on commit fc37145

Please sign in to comment.