We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e4483 commit afefc1cCopy full SHA for afefc1c
.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 }}
0 commit comments