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 d2bcd98 commit df626d1Copy full SHA for df626d1
.github/workflows/build-test-artifacts.yml
@@ -15,6 +15,8 @@ on:
15
- '!.github/workflows/build-test-artifacts.yml'
16
- '!.github/workflows/integration-test.yml'
17
- '!.github/workflows/application-signals-e2e-test.yml'
18
+ schedule:
19
+ - cron: '0 11 * * 1,2,3,4,5' # Every day at 11:00 UTC on Monday to Friday
20
workflow_dispatch:
21
inputs:
22
test-image-before-upload:
0 commit comments