From 11fe64eee3ac75d634d6610b22cbbf5247daca5a Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Wed, 20 Mar 2024 15:26:16 -0400 Subject: [PATCH] ci: adjust e2e artifacts path --- .github/workflows/main.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index aec727926a..c2569771ee 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,10 +9,6 @@ on: jobs: changes: runs-on: ubuntu-latest - # Cancels any in-progress runs with same ref - concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true permissions: pull-requests: read outputs: @@ -268,7 +264,7 @@ jobs: if: always() with: name: test-results - path: test-results/ + path: test/test-results/ retention-days: 1 tests-type-generation: