Skip to content

Commit

Permalink
use asan-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
alevenberg committed Nov 7, 2023
1 parent eff92bb commit e142324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-googleapis-sha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
schedule:
- cron: '0 0 * * SUN'
push:
branches: [ 'ci-gha-googleapis**' ]
branches: [ 'ci-gha-googleapis**', "test-gha" ]

permissions:
contents: write
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
run: | # generate-libraries fails if it creates a diff, so ignore its status.
ci/cloudbuild/build.sh --docker --trigger=generate-libraries-pr || true
- name: Verify everything compiles with Bazel
run: bazel build //google/cloud/...
run: ci/cloudbuild/build.sh -t asan-pr
- name: Verify everything compiles with CMake
run: ci/cloudbuild/build.sh -t cmake-install-pr
- name: Create commits
Expand Down

0 comments on commit e142324

Please sign in to comment.