We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba2231 commit 7b784b5Copy full SHA for 7b784b5
1 file changed
.github/workflows/browser_test.yml
@@ -5,6 +5,8 @@ name: Run browser manually
5
6
on:
7
workflow_dispatch:
8
+ schedule:
9
+ - cron: '0 6 * * 1' # Runs every Monday at 06:00 UTC
10
11
permissions:
12
contents: read
0 commit comments