Skip to content

Commit 664d3a2

Browse files
DavidDamkeddamke
andauthored
Feature/pipeline should run once a week (#133)
* runs on 8 am on Mondays (only for default branch) Co-authored-by: ddamke <[email protected]>
1 parent 2c551c9 commit 664d3a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mavenCi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
branches: [ "master", "develop" ]
99
pull_request:
1010
branches: [ "master", "develop" ]
11-
12-
# Allows you to run this workflow manually from the Actions tab
13-
workflow_dispatch:
11+
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
12+
schedule:
13+
- cron: "0 8 * * 1" #Runs pipeline once a week https://jasonet.co/posts/scheduled-actions/
1414

1515
jobs:
1616

0 commit comments

Comments
 (0)