We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9f14ed commit 7b64e0bCopy full SHA for 7b64e0b
.github/workflows/test_and_deploy.yml
@@ -7,6 +7,9 @@ on:
7
tags:
8
- 'v*'
9
pull_request:
10
+ schedule:
11
+ # Runs at 6:10am UTC on Monday
12
+ - cron: '10 6 * * 1'
13
workflow_dispatch:
14
15
jobs:
0 commit comments