fixes for cicd
All checks were successful
Build and Deploy Backend / Run Linters and Tests (push) Successful in 21s
Build and Deploy Backend / Build and Deploy (push) Successful in 53s

This commit is contained in:
c-d-p
2025-04-30 21:39:51 +02:00
parent aec528a656
commit d74819ab58

View File

@@ -78,7 +78,7 @@ jobs:
needs: test # Ensure tests pass before deploying needs: test # Ensure tests pass before deploying
# Only run this job if triggered by a push to main or manual dispatch/schedule # Only run this job if triggered by a push to main or manual dispatch/schedule
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' if: gitea.event_name == 'push' || gitea.event_name == 'workflow_dispatch' || gitea.event_name == 'schedule'
steps: steps:
# Checks out the repo under $GITHUB_WORKSPACE # Checks out the repo under $GITHUB_WORKSPACE