diff --git a/.github/workflows/action-sanitizers-bazel.yml b/.github/workflows/action-sanitizers-bazel.yml index 68f5899d1ce..90ffee65529 100644 --- a/.github/workflows/action-sanitizers-bazel.yml +++ b/.github/workflows/action-sanitizers-bazel.yml @@ -57,11 +57,11 @@ jobs: - name: All Tests run: bazel test -c dbg --config=tsan --runs_per_test 5 //... - # - name: Upload bazel-testlogs - # uses: actions/upload-artifact@v7 - # with: - # name: bazel-testlogs-tsan - # path: bazel-testlogs/ + - name: Upload bazel-testlogs + uses: actions/upload-artifact@v7 + with: + name: bazel-testlogs-tsan + path: bazel-testlogs/ lsan: runs-on: ${{ matrix.os }} diff --git a/.github/workflows/valgrind-hipo.yml b/.github/workflows/valgrind-hipo.yml index 50c5e6aa6e9..7f1f59c687f 100644 --- a/.github/workflows/valgrind-hipo.yml +++ b/.github/workflows/valgrind-hipo.yml @@ -1,6 +1,6 @@ name: valgrind-hipo -on: [push, pull_request] +on: [pull_request] concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/valgrind.yml b/.github/workflows/valgrind.yml index 2f680c57992..fbc0be1538d 100644 --- a/.github/workflows/valgrind.yml +++ b/.github/workflows/valgrind.yml @@ -1,6 +1,6 @@ name: valgrind -on: [push, pull_request] +on: [pull_request] concurrency: group: ${{ github.workflow }}-${{ github.ref }}