Skip to content

Commit 221ee4b

Browse files
committed
fix(pi): merge submodules run criteria
1 parent 6e2f9ff commit 221ee4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pi_merge_submodule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ jobs:
5959
git add submodules
6060
git commit -m "ci: update submodules to origin/${{ github.event.pull_request.base.ref }}" || true
6161
git push origin ${{ github.event.pull_request.base.ref }}
62-
echo "::notice::${{ github.event.repository.name }} updated to origin/${{ github.event.pull_request.base.ref }}"
62+
echo "::notice::https://github.com/${{ github.repository }}"
6363
6464
gh-delete-submodule-branches:
6565
name: 'GitHub: Delete Submodule Branch'
6666
needs: [configure-branch-name, pi-update-parent-images]
67-
if: ${{ !failure() && github.run_attempt == 1 }}
67+
if: ${{ !failure() }}
6868
runs-on: ubuntu-latest
6969
steps:
7070
- name: Checkout repository

0 commit comments

Comments
 (0)