mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 09:12:25 +00:00
Merge pull request #2661 from signalwire/workflow
[GHA] Use repository default value of artifacts `retention-days`
This commit is contained in:
commit
12997dde6a
1
.github/workflows/scan-build.yml
vendored
1
.github/workflows/scan-build.yml
vendored
@ -83,7 +83,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: scan-build-logs
|
name: scan-build-logs
|
||||||
path: freeswitch/scan-build
|
path: freeswitch/scan-build
|
||||||
retention-days: 3
|
|
||||||
if-no-files-found: ignore
|
if-no-files-found: ignore
|
||||||
compression-level: 9
|
compression-level: 9
|
||||||
|
|
||||||
|
1
.github/workflows/unit-test-dind.yml
vendored
1
.github/workflows/unit-test-dind.yml
vendored
@ -84,7 +84,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: test-results-${{ github.sha }}-${{ github.run_number }}
|
name: test-results-${{ github.sha }}-${{ github.run_number }}
|
||||||
path: ${{ steps.unit_tests.outputs.logs_path }}
|
path: ${{ steps.unit_tests.outputs.logs_path }}
|
||||||
retention-days: 3
|
|
||||||
if-no-files-found: ignore
|
if-no-files-found: ignore
|
||||||
compression-level: 9
|
compression-level: 9
|
||||||
|
|
||||||
|
1
.github/workflows/unit-test.yml
vendored
1
.github/workflows/unit-test.yml
vendored
@ -120,7 +120,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: test-results-${{ github.sha }}-${{ github.run_number }}-${{ inputs.current-group }}-of-${{ inputs.total-groups }}
|
name: test-results-${{ github.sha }}-${{ github.run_number }}-${{ inputs.current-group }}-of-${{ inputs.total-groups }}
|
||||||
path: ${{ inputs.working-directory }}/logs
|
path: ${{ inputs.working-directory }}/logs
|
||||||
retention-days: 3
|
|
||||||
if-no-files-found: ignore
|
if-no-files-found: ignore
|
||||||
compression-level: 9
|
compression-level: 9
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user