fixes for cicd
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user