Skip to content

Commit

Permalink
Revert "Save JSON profile files from CI"
Browse files Browse the repository at this point in the history
This reverts commit 78c6626.

The profiles are no longer generated (commit d9b3976),
so the upload will never work.
  • Loading branch information
phst committed Feb 23, 2025
1 parent a5c2916 commit 2972c2b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/bazel-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,3 @@ jobs:
shell: bash
run: |
make check-extra
- name: Upload profiles
uses: actions/upload-artifact@v4
with:
name: >-
profiles for Bazel version ${{matrix.bazel}} on ${{runner.os}}
compiled with ${{matrix.cc}}
path: ${{runner.temp}}/profiles/*.json.gz
if-no-files-found: ignore

0 comments on commit 2972c2b

Please sign in to comment.