File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 8
8
- main
9
9
- ' *.x'
10
10
11
+ schedule :
12
+ - cron : ' 0 5 * * *'
13
+
11
14
concurrency :
12
15
group : group-snapshot-for-${{ github.ref }}
13
16
cancel-in-progress : true
14
17
15
18
jobs :
16
19
build-snapshot :
17
- uses : spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@main
20
+ uses : spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@v4
21
+ with :
22
+ gradleTasks : ${{ github.event_name == 'schedule' && '--rerun-tasks' || '' }}
18
23
secrets :
19
24
DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
20
25
ARTIFACTORY_USERNAME : ${{ secrets.ARTIFACTORY_USERNAME }}
Original file line number Diff line number Diff line change 12
12
merge-dependabot-pr :
13
13
permissions : write-all
14
14
15
- uses : spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@main
15
+ uses : spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@v4
16
16
with :
17
17
mergeArguments : --auto --squash
18
18
autoMergeSnapshots : true
Original file line number Diff line number Diff line change 12
12
contents : write
13
13
issues : write
14
14
15
- uses : spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@main
15
+ uses : spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@v4
16
16
secrets :
17
17
GH_ACTIONS_REPO_TOKEN : ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
18
18
DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments