Skip to content

Commit d002a79

Browse files
committed
Fix naming of workflow
GitHub disallows commas in names.
1 parent f6eb042 commit d002a79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/address_undefined_behavior_leak_sanitizer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# This workflow runs Bazel test with enabled address, UB and leak sanitizer when triggered by specific pull request
1616
# events.
1717

18-
name: Test communication module with address, UB and leak sanitizer
18+
name: Test communication module with address and UB and leak sanitizer
1919
on:
2020
pull_request:
2121
types: [opened, reopened, synchronize]
@@ -36,6 +36,6 @@ jobs:
3636
repository-cache: true
3737
- name: Checkout repository
3838
uses: actions/[email protected]
39-
- name: Bazel test communication targets with address, UB and leak sanitizer
39+
- name: Bazel test communication targets with address and UB and leak sanitizer
4040
run: |
4141
bazel test --config=asan_ubsan_lsan //... --build_tests_only

0 commit comments

Comments
 (0)