Feature/Add workflow summaries #3

Merged
jusemon merged 7 commits from feature/add-workflow-summaries into main 2025-11-25 18:32:17 -05:00
Showing only changes of commit 1ed832e95e - Show all commits

View file

@ -44,7 +44,7 @@ jobs:
name: Publish to Registry name: Publish to Registry
runs-on: ubuntu runs-on: ubuntu
needs: build-and-validate needs: build-and-validate
if: github.event_name == 'push' || gitea.event_name == 'push' if: github.event_name == 'push'
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4