From 90bc4c65e827c558e7e4f6e681783b6b6857c093 Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Wed, 1 May 2024 16:49:47 -0700 Subject: [PATCH] remove duplicate time-compilation --- .github/actions/build-prqlc-c/action.yaml | 2 +- .github/workflows/tests.yaml | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/actions/build-prqlc-c/action.yaml b/.github/actions/build-prqlc-c/action.yaml index 1e405a1e795a..8ae85a46d967 100644 --- a/.github/actions/build-prqlc-c/action.yaml +++ b/.github/actions/build-prqlc-c/action.yaml @@ -90,7 +90,7 @@ runs: - name: Upload prqlc-c uses: actions/upload-artifact@v4 with: - name: prqlc_c-${{ env.ARTIFACT_NAME }} + name: prqlc_c-${{ inputs.target }}-${{ inputs.profile }} path: ${{ env.ARTIFACT_NAME }} - id: echo-artifact-name diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 2e8bd2bfb323..0d2d6dd9a4c7 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -479,17 +479,6 @@ jobs: # This needs to compare to the string `'true'`, because of GHA awkwardness push: ${{ needs.rules.outputs.devcontainer-push == 'true' }} - time-compilation: - runs-on: ubuntu-latest - needs: rules - if: needs.rules.outputs.nightly == 'true' - steps: - - name: 📂 Checkout code - uses: actions/checkout@v4 - - uses: ./.github/actions/time-compilation - with: - use_cache: true - test-msrv: runs-on: ubuntu-latest needs: rules