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 9ab4dea commit 8a96df1Copy full SHA for 8a96df1
.github/workflows/test-publish.yaml
@@ -3,6 +3,8 @@ name: Test Publish Action
3
on:
4
push:
5
branches: [main]
6
+ schedule:
7
+ - cron: '0 0 * * 1' # Weekly on Monday at midnight UTC
8
workflow_dispatch:
9
10
permissions:
.github/workflows/test.yaml
@@ -6,6 +6,8 @@ on:
branches: [main, master]
pull_request:
+ - cron: '0 0 * * 0' # Weekly on Sunday at midnight UTC
11
12
inputs:
13
version:
0 commit comments