Skip to content

Commit 1df2dea

Browse files
committed
Enable running CI workflow manually
1 parent bfdf15a commit 1df2dea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
merge_group:
1111
schedule:
1212
- cron: '15 12 * * 3'
13+
workflow_dispatch:
1314

1415
concurrency:
1516
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }}
@@ -141,7 +142,7 @@ jobs:
141142
- name: Verify release builds were not using ASAN
142143
if: runner.os == 'Linux' # For 'nm'
143144
run: |
144-
! nm build/tests/client | grep '__asan_init'
145+
! nm build/tests/client | grep '__asan_init'
145146
! nm build/tests/server | grep '__asan_init'
146147
147148
# Our integration tests rely on a built-in provider being enabled.

0 commit comments

Comments
 (0)