Skip to content

Commit 6e2f9ff

Browse files
committed
fix: pi_merge needs
1 parent 76fea8b commit 6e2f9ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pi_cleanup_submodule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
checkout_ref: parent-image-updates
2525
repository: "${{ github.repository_owner }}/refinery-submodule-parent-images"
26-
26+
2727
gh-delete-branch:
2828
name: 'GitHub: Delete Branch'
2929
runs-on: ubuntu-latest

.github/workflows/pi_merge_submodule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
gh-delete-submodule-branches:
6565
name: 'GitHub: Delete Submodule Branch'
66-
needs: [configure-branch-name, pi-update-submodule]
66+
needs: [configure-branch-name, pi-update-parent-images]
6767
if: ${{ !failure() && github.run_attempt == 1 }}
6868
runs-on: ubuntu-latest
6969
steps:

0 commit comments

Comments
 (0)