We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c551c9 commit 664d3a2Copy full SHA for 664d3a2
1 file changed
.github/workflows/mavenCi.yml
@@ -8,9 +8,9 @@ on:
8
branches: [ "master", "develop" ]
9
pull_request:
10
11
-
12
- # Allows you to run this workflow manually from the Actions tab
13
- workflow_dispatch:
+ workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
+ schedule:
+ - cron: "0 8 * * 1" #Runs pipeline once a week https://jasonet.co/posts/scheduled-actions/
14
15
jobs:
16
0 commit comments