Skip to content

Commit 950ac68

Browse files
committed
msan images: run the clang 22 (development) version month
1 parent 9f21433 commit 950ac68

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-debian.msan-based.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@ on:
2727
- .github/workflows/build-debian.msan-based.yml
2828
- .github/workflows/bbw_build_container_template.yml
2929
workflow_call:
30+
schedule:
31+
- cron: '0 3 3 * *' # Third of the month
3032

3133
jobs:
3234
build-images:
35+
if: |
36+
github.event_name != 'schedule' || matrix.clang_version == 22
3337
strategy:
3438
fail-fast: false
3539
matrix:

0 commit comments

Comments
 (0)