fixing pipeline
All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 3s
Test automated-nfs-backup / test-automated-nfs-backup (push) Successful in 3s
Haven Notify Build and Deploy / Test Haven Notify (pull_request) Successful in 1m11s
Haven Notify Build and Deploy / Build Haven Notify Image (pull_request) Has been skipped
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (pull_request) Has been skipped
Haven Notify Build and Deploy / Build Haven Notify Image (PR) (pull_request) Successful in 10s

This commit is contained in:
2026-07-16 09:17:40 -03:00
parent b1cdf15cc8
commit 3587950013

View File

@@ -73,7 +73,7 @@ jobs:
name: Build Haven Notify Image name: Build Haven Notify Image
runs-on: runner-slim runs-on: runner-slim
needs: test needs: test
if: ${{ gitea.event_name != 'pull_request' }} if: ${{ (gitea.event_name == 'push' || gitea.event_name == 'workflow_dispatch') && gitea.ref == 'refs/heads/main' }}
steps: steps:
- name: Check out repository - name: Check out repository
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -102,6 +102,7 @@ jobs:
name: Deploy Haven Notify (internal) name: Deploy Haven Notify (internal)
runs-on: runner-slim runs-on: runner-slim
needs: build needs: build
if: ${{ (gitea.event_name == 'push' || gitea.event_name == 'workflow_dispatch') && gitea.ref == 'refs/heads/main' }}
steps: steps:
- name: Rollout Restart Haven Notify - name: Rollout Restart Haven Notify
uses: https://git.ivanch.me/ivanch/pipeline-actions/deploy-restart@main uses: https://git.ivanch.me/ivanch/pipeline-actions/deploy-restart@main