mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 15:57:09 +00:00
Merge pull request #9898 from sprt/gha-cleanup-job
ci: Add scheduled job to cleanup resources, pt. I
This commit is contained in:
commit
c9df743dab
13
.github/workflows/cleanup-resources.yaml
vendored
Normal file
13
.github/workflows/cleanup-resources.yaml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: Cleanup dangling Azure resources
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: "0 */6 * * *"
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
cleanup-resources:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
secrets: inherit
|
||||||
|
steps:
|
||||||
|
- name: Cleanup resources
|
||||||
|
run: python3 tests/cleanup_resources.py
|
0
tests/cleanup_resources.py
Normal file
0
tests/cleanup_resources.py
Normal file
Loading…
Reference in New Issue
Block a user