Skip to content

Commit 95ae150

Browse files
Update build.yaml
1 parent cd5f183 commit 95ae150

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Cybr NextGen Build System"
1+
qname: "Cybr NextGen Build System"
22

33
on:
44
workflow_dispatch:
@@ -2790,16 +2790,4 @@ jobs:
27902790
name: "security-scan-${{ github.run_number }}"
27912791
path: "trivy-results.sarif"
27922792

2793-
cleanup:
2794-
name: "Cleanup"
2795-
runs-on: ubuntu-latest
2796-
needs: [build, upload, notify, security-scan]
2797-
if: always()
2798-
timeout-minutes: 10
2799-
2800-
steps:
2801-
- name: "Free Resources"
2802-
run: |
2803-
docker system prune -af || true
2804-
sudo apt-get clean || true
2805-
df -hp
2793+

0 commit comments

Comments
 (0)