Skip to content

Commit

Permalink
jdk 17 and 21 image build time adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
githubofkrishnadhas committed Jul 15, 2024
1 parent 637bd52 commit 9b38426
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-jenkins-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
# - main
workflow_dispatch:
schedule:
- cron: '0 0 5,20 * *'
- cron: '0 10 5,20 * *' # morning 10 am on 5th and 20th of every month

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-jenkins-jdk17-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
# - main
workflow_dispatch:
schedule:
- cron: '0 0 5,20 * *'
- cron: '30 10 5,20 * *' # morning 10:30 am on 5th and 20th of every month

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-jenkins-jdk21-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
# - main
workflow_dispatch:
schedule:
- cron: '0 0 5,20 * *'
- cron: '0 11 5,20 * *' # morning 11 am on 5th and 20th of every month

permissions:
contents: write
Expand Down

0 comments on commit 9b38426

Please sign in to comment.