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 ff2efef commit d2fa18aCopy full SHA for d2fa18a
.github/workflows/integrate.yaml
@@ -7,6 +7,8 @@ on: # yamllint disable-line rule:truthy
7
branches:
8
- "5.x"
9
pull_request: null
10
+ schedule:
11
+ - cron: '0 14 * * 1'
12
# Allow manually triggering the workflow.
13
workflow_dispatch: null
14
0 commit comments