Skip to content

Commit

Permalink
remove duplicate time-compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed May 1, 2024
1 parent 93e92e8 commit 90bc4c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-prqlc-c/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90bc4c6

Please sign in to comment.