Skip to content

Commit 1ebcadf

Browse files
markgoddardMaxBed4d
authored andcommitted
Enable AiO jobs to be cancelled at any given point during execution.
1 parent baaec93 commit 1ebcadf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,3 +290,8 @@ jobs:
290290
OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}
291291
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
292292
if: always()
293+
294+
- name: Prune Docker images over 1 week old
295+
# May fail if another prune is running
296+
run: docker image prune --all --force --filter until=168h || true
297+
if: always()

0 commit comments

Comments
 (0)