diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a09c6ad9..c194525d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,10 +5,12 @@ permissions: on: push: + branches: ['main', 'rel-*', 'ci/*'] pull_request: merge_group: schedule: - cron: '15 12 * * 3' + workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }} @@ -140,7 +142,7 @@ jobs: - name: Verify release builds were not using ASAN if: runner.os == 'Linux' # For 'nm' run: | - ! nm build/tests/client | grep '__asan_init' + ! nm build/tests/client | grep '__asan_init' ! nm build/tests/server | grep '__asan_init' # Our integration tests rely on a built-in provider being enabled.