Skip to content

Commit

Permalink
Update spack_cpu_build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronrutherford authored Jun 5, 2024
1 parent e47389a commit bed8256
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/spack_cpu_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ env:
on: [pull_request]

jobs:
cleanup_registry:
runs-on: ubuntu-22.04
steps:
- name: Cleanup
uses: actions/delete-package-versions@v5
with:
package-name: 'exago'
package-type: 'container'
min-versions-to-keep: 100
delete-only-untagged-versions: 'true'

base_image_build:
runs-on: ubuntu-22.04
permissions:
Expand Down

0 comments on commit bed8256

Please sign in to comment.