Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit e3e1ed0

Browse files
committed
update workflows
1 parent b941095 commit e3e1ed0

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/maven.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ jobs:
3535
with:
3636
path: ~/.m2
3737
key: ${{ hashFiles('pom.xml') }}
38-
restore-keys: |
39-
${{ runner.os }}-build-${{ env.cache-name }}-
40-
${{ runner.os }}-build-
41-
${{ runner.os }}-
4238
- name: Clone Github Repo Action
4339
# You may pin to the exact commit or the version.
4440
# uses: GuillaumeFalourd/clone-github-repo-action@19817562c346ff60f9935158dede6c5ece8fd0ac

.github/workflows/maven_test_before_merging.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ jobs:
3535
with:
3636
path: ~/.m2
3737
key: ${{ hashFiles('pom.xml') }}
38-
restore-keys: |
39-
${{ runner.os }}-build-${{ env.cache-name }}-
40-
${{ runner.os }}-build-
41-
${{ runner.os }}-
4238
- name: Clone Github Repo Action
4339
# You may pin to the exact commit or the version.
4440
# uses: GuillaumeFalourd/clone-github-repo-action@19817562c346ff60f9935158dede6c5ece8fd0ac

0 commit comments

Comments
 (0)