We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4107567 commit db984c4Copy full SHA for db984c4
.github/workflows/ci.yml
@@ -5,6 +5,9 @@ on:
5
push:
6
repository_dispatch:
7
types: [preview-content]
8
+ schedule:
9
+ # runs on begin (local time, depends on daylight savings times) of every day
10
+ - cron: '30 2 * * *'
11
12
concurrency:
13
group: ci-${{ github.event_name }}-${{(github.event_name == 'push' && 'push') || 'preview'}}-${{(github.event_name == 'push' && github.ref_name) || github.event.client_payload.branch}}
0 commit comments