We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76fea8b commit 6e2f9ffCopy full SHA for 6e2f9ff
.github/workflows/pi_cleanup_submodule.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
checkout_ref: parent-image-updates
25
repository: "${{ github.repository_owner }}/refinery-submodule-parent-images"
26
-
+
27
gh-delete-branch:
28
name: 'GitHub: Delete Branch'
29
runs-on: ubuntu-latest
.github/workflows/pi_merge_submodule.yml
@@ -63,7 +63,7 @@ jobs:
63
64
gh-delete-submodule-branches:
65
name: 'GitHub: Delete Submodule Branch'
66
- needs: [configure-branch-name, pi-update-submodule]
+ needs: [configure-branch-name, pi-update-parent-images]
67
if: ${{ !failure() && github.run_attempt == 1 }}
68
69
steps:
0 commit comments