Skip to content

Commit

Permalink
Merge pull request #1856 from alphagov/fix-create-pr.yaml-trigger-name
Browse files Browse the repository at this point in the history
Update the workflow name used to trigger create_pr job
  • Loading branch information
kentsanggds authored Oct 17, 2024
2 parents cf3213b + e2b804c commit 7ada69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 image" ]
types:
- completed

Expand Down

0 comments on commit 7ada69d

Please sign in to comment.