We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f8c19 commit c98734dCopy full SHA for c98734d
.github/workflows/ci-daily.yml
@@ -4,6 +4,10 @@ on:
4
schedule:
5
# Checks out main by default.
6
- cron: '0 0 * * *'
7
+ # FIXME - for PR testing only, remove before merge
8
+ pull_request:
9
+ branches:
10
+ - main
11
12
concurrency:
13
group: ${{ github.workflow }}
.github/workflows/ci-weekly.yml
- cron: '0 0 * * 0'
0 commit comments