Skip to content

Commit 24a06e9

Browse files
committed
fix CI
1 parent 5da9b07 commit 24a06e9

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/gradle-versions-checker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Gradle version checker
22

33
on:
4-
push:
5-
branches: [ master ]
4+
push:
5+
branches: [ master ]
66

77
schedule:
88
# Runs at 01:00 UTC on the 1, 8, 15, 22 and 29th of every month.
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Remove old artifacts
22

33
on:
4-
# push:
5-
# branches: [ main ]
6-
4+
# push:
5+
# branches: [ master ]
6+
77
schedule:
88
# Runs at 01:00 UTC on the 1, 8, 15, 22 and 29th of every month.
99
- cron: '0 1 */7 * *'
@@ -14,9 +14,9 @@ jobs:
1414
timeout-minutes: 10
1515

1616
steps:
17-
- name: Remove old artifacts
18-
uses: c-hive/gha-remove-artifacts@v1
19-
with:
20-
age: '1 month'
21-
skip-tags: true
22-
skip-recent: 5
17+
- name: Remove old artifacts
18+
uses: c-hive/gha-remove-artifacts@v1
19+
with:
20+
age: '1 month'
21+
skip-tags: true
22+
skip-recent: 5

0 commit comments

Comments
 (0)