ci: update script
Release package / release (push) Failing after 12m50s
Release package / build-and-push (push) Has been cancelled
Release package / deploy-via-portainer (push) Has been cancelled

This commit is contained in:
TakahashiNg
2026-03-27 04:59:26 +00:00
parent b6f7daef3f
commit 2bba4bc441
+2 -2
View File
@@ -63,7 +63,7 @@ jobs:
echo "version=$VERSION" >> $GITHUB_OUTPUT
- name: Commit & Push Changes
if: always()
if: gitea.ref == 'refs/heads/main'
run: |
if [ -n "$(git status --porcelain)" ]; then
git config --global user.name "gitea-actions"
@@ -77,7 +77,7 @@ jobs:
build-and-push:
needs: release
# if: gitea.ref == 'refs/heads/main'
if: gitea.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: Checkout code