Skip to content

Commit 9c0e3dd

Browse files
committed
Enable job cancellations
2 parents d72362c + 5fcd75f commit 9c0e3dd

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,3 @@ 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()

etc/kayobe/ansible/reset-bls-entries.yml

100755100644
File mode changed.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
kayobe@git+https://github.com/stackhpc/kayobe@yoga-leafcloud-ci
1+
kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/yoga
22
ansible-modules-hashivault@git+https://github.com/stackhpc/ansible-modules-hashivault@stackhpc;python_version < "3.8"
33
ansible-modules-hashivault;python_version >= "3.8"
44
jmespath

0 commit comments

Comments
 (0)