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 e9003b2 commit db2dc98Copy full SHA for db2dc98
.github/workflows/main.yml
@@ -14,6 +14,10 @@ on:
14
pull_request:
15
branches: [ "master" ]
16
17
+ # Runs on schedule to keep runner active for GitHub Actions in long periods of low activity
18
+ schedule:
19
+ - cron: '0 0 1 * *' # Runs at midnight on the 1st day of every month
20
+
21
# Allows you to run this workflow manually from the Actions tab
22
workflow_dispatch:
23
0 commit comments