From eca56207180e2d8b3cb745edc147e9315e195064 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Sat, 21 Dec 2024 13:30:55 -0300 Subject: [PATCH] ci: Set XDP_TEST_IN_CI in the release workflow too So we can run the release action and skip the USB test, which is known to be failing only on CI. --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d95446764..26fe75402 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,6 +28,8 @@ jobs: container: image: ${{ needs.build-container.outputs.image }} options: ${{ needs.build-container.outputs.image_options }} + env: + XDP_TEST_IN_CI: 1 steps: - name: Configure git user