Skip to content

Commit 7f26e64

Browse files
committed
[hotfix][ci] Only run weekly in Apache repo
1 parent 4d07063 commit 7f26e64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/weekly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ on:
2222
- cron: "0 0 * * 0"
2323
jobs:
2424
compile_and_test:
25+
if: github.repository_owner == 'apache'
2526
strategy:
2627
matrix:
2728
flink: [1.16-SNAPSHOT, 1.17-SNAPSHOT]

0 commit comments

Comments
 (0)