refactor: Update workflow triggers for E2E tests and deployment processes #5

Merged
zwitschi merged 2 commits from fest/ci-improvement into main 2025-10-28 13:55:34 +01:00
Showing only changes of commit f1afcaa78b - Show all commits

View File

@@ -47,7 +47,14 @@ jobs:
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt-get install -y nodejs
- name: Checkout code
- name: Checkout code (workflow_run)
if: ${{ github.event_name == 'workflow_run' }}
uses: actions/checkout@v4
with:
ref: ${{ github.event.workflow_run.head_sha }}
- name: Checkout code (manual)
if: ${{ github.event_name != 'workflow_run' }}
uses: actions/checkout@v4
- name: Export PYTHONPATH