Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Jul 2, 2023
1 parent d79458d commit 7af3bd2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/scan-virus-github-repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,21 @@ jobs:
fail-fast: false
steps:
- name: "Optimize Disk Space"
uses: "hugoalh/disk-space-optimizer-ghaction@v0.3.0"
uses: "hugoalh/disk-space-optimizer-ghaction@v0.4.0"
with:
operate_async: "True"
general_include: ".+"
general_exclude: |-
^AzCopy$
^Azure
^Go$
^RunnerBoost$
aptcache: "True"
dockerimage_include: ".+"
dockerimage_exclude: |-
^ghcr\.io/hugoalh/scan-virus-ghaction
homebrewcache: "True"
npmcache: "True"
cache_apt: "True"
cache_homebrew: "True"
cache_npm: "True"
- name: "Checkout Repository"
uses: "actions/checkout@v3.5.3"
with:
Expand Down

0 comments on commit 7af3bd2

Please sign in to comment.