Skip to content

Commit c5f6a10

Browse files
committed
Temporarily activate ci-daily for pull-requests
For instant workflow verification. Revert this commit before submitting the PR.
1 parent 7228447 commit c5f6a10

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci-daily.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
schedule:
55
# Checks out main by default.
66
- cron: '0 0 * * *'
7+
# FIXME - remove this before PR submission
8+
pull_request:
9+
branches:
10+
- main
711

812
# Allow manual invocation.
913
workflow_dispatch:

0 commit comments

Comments
 (0)