Skip to content

Commit 184d543

Browse files
Run daily CI on PR when daily CI is changed
1 parent 6e9d675 commit 184d543

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/daily_ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ name: Daily CI
44
on:
55
schedule:
66
- cron: "00 15 * * 1-5"
7+
pull_request:
8+
paths:
9+
.github/workflows/daily_ci.yml
710

811
permissions:
912
contents: read

0 commit comments

Comments
 (0)