Update e2e-full workflow to use default_branch for conditional checks

This commit is contained in:
Jeppe Bundgaard
2026-04-15 12:41:22 +02:00
parent a9a5137515
commit c06808af33
+1 -1
View File
@@ -96,7 +96,7 @@ jobs:
retention-days: 7
e2e-full:
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/main'
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.ref_name == github.event.repository.default_branch
needs: build-and-unit
runs-on: ubuntu-latest
steps: