Skip to content

Commit 34f6f28

Browse files
cicd:Fix Input 'save-always' has been deprecated #TASK-7809
1 parent 49d540e commit 34f6f28

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/build-java-app-workflow.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
key: ${{ github.ref }}-${{ inputs.hadoop_flavour || vars.HADOOP_FLAVOUR }}-maven-${{ hashFiles('**/pom.xml') }}-${{ hashFiles('**/*.jar') }}
5151
restore-keys: |
5252
${{ github.ref }}-${{ inputs.hadoop_flavour || vars.HADOOP_FLAVOUR }}-maven-
53-
save-always: true
5453
- name: Install dependencies branches
5554
run: |
5655
if [ -f "./.github/workflows/scripts/get_same_branch.sh" ]; then

0 commit comments

Comments
 (0)