Skip to content

Commit b6220d3

Browse files
Fix path filter for humble source build workflow (#2553)
1 parent 27737ff commit b6220d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/humble-source-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
branches:
1818
- humble
1919
paths:
20-
- .github/workflows/humble-build-source.yml
20+
- .github/workflows/humble-source-build.yml
2121
schedule:
2222
# Run every day to detect flakiness and broken dependencies
2323
- cron: '03 3 * * MON-FRI'

0 commit comments

Comments
 (0)