Skip to content

Commit 2532017

Browse files
Merge pull request #24 from cicsdev/fix-validation-issues
Fix validation issues
2 parents c069e9a + 08c2ebb commit 2532017

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
with:
6060
java-version: ${{ matrix.jdk }}
6161
distribution: "semeru"
62-
cache: maven
6362
- name: Build with Maven
6463
run: ./mvnw --batch-mode --update-snapshots --file pom.xml -Djava.version=${{ matrix.jdk }} package
6564

.github/workflows/cleanup-old-runs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,4 @@ jobs:
1919
token: ${{ github.token }}
2020
repository: ${{ github.repository }}
2121
retain_days: 30
22-
keep_minimum_runs: 3 # Keep at least 3 recent runs of each workflow
23-
24-
# Made with Bob
22+
keep_minimum_runs: 3 # Keep at least 3 recent runs of each workflow

0 commit comments

Comments
 (0)