diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a695a33..a267f9d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -77,6 +77,7 @@ jobs: - "engflow-pool=ci_sysbox_x64" - "engflow-runtime=sysbox-runc" - "engflow-runner-id=${{ github.repository_id }}_ci-runners-test-matrix_${{ github.run_id }}_${{ github.run_number }}_${{ github.run_attempt }}" + - "engflow-run-id=${{ github.run_id }}" timeout-minutes: 10 strategy: fail-fast: false @@ -114,6 +115,7 @@ jobs: - "engflow-pool=ci_sysbox_x64" - "engflow-runtime=sysbox-runc" - "engflow-runner-id=${{ github.repository_id }}_buck2-test_${{ github.run_id }}_${{ github.run_number }}_${{ github.run_attempt }}" + - "engflow-run-id=${{ github.run_id }}" timeout-minutes: 10 steps: