From 4e0f13504a4ebf5546baa64b9558fa2a4f5246f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Csomor?= Date: Tue, 19 May 2026 16:24:58 +0200 Subject: [PATCH] CI: add engflow-run-id label Latest EngFlow version requires it. --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) 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: