]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[GHA] Use repository default value of artifacts `retention-days` 2661/head
authors3rj1k <evasive.gyron@gmail.com>
Wed, 4 Dec 2024 00:44:21 +0000 (01:44 +0100)
committers3rj1k <evasive.gyron@gmail.com>
Wed, 4 Dec 2024 00:44:21 +0000 (01:44 +0100)
.github/workflows/scan-build.yml
.github/workflows/unit-test-dind.yml
.github/workflows/unit-test.yml

index 5d90f2b3da4265fc698b37c61dc63fd78f025343..b274f45d6bf47ce58ee0743a9d4d007719ab831b 100644 (file)
@@ -83,7 +83,6 @@ jobs:
         with:
           name: scan-build-logs
           path: freeswitch/scan-build
-          retention-days: 3
           if-no-files-found: ignore
           compression-level: 9
 
index 40a51a101dcca7da2fed385ad092315f42274082..ca3abd5a6f683c699f2998df7121c4709e8dc817 100644 (file)
@@ -84,7 +84,6 @@ jobs:
         with:
           name: test-results-${{ github.sha }}-${{ github.run_number }}
           path: ${{ steps.unit_tests.outputs.logs_path }}
-          retention-days: 3
           if-no-files-found: ignore
           compression-level: 9
 
index e89a1f6799b39f356e5cde6cb56622c60da664b6..fc108b0ffe45f3a796a55d43c1cbb27e44081f16 100644 (file)
@@ -120,7 +120,6 @@ jobs:
         with:
           name: test-results-${{ github.sha }}-${{ github.run_number }}-${{ inputs.current-group }}-of-${{ inputs.total-groups }}
           path: ${{ inputs.working-directory }}/logs
-          retention-days: 3
           if-no-files-found: ignore
           compression-level: 9