ci: Removing unused CI workflow files (#16142)
This commit is contained in:
parent
0e2637b1b2
commit
943cfa9cd3
1041
.github/workflows/TestReuseActions.yml
vendored
1041
.github/workflows/TestReuseActions.yml
vendored
File diff suppressed because it is too large
Load Diff
23
.github/workflows/remove-old-artifacts.yml
vendored
23
.github/workflows/remove-old-artifacts.yml
vendored
|
|
@ -1,23 +0,0 @@
|
||||||
name: Remove old artifacts
|
|
||||||
|
|
||||||
on:
|
|
||||||
# Run on manual trigger
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
schedule:
|
|
||||||
# Every day at 1am
|
|
||||||
- cron: "0 1 * * *"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
remove-old-artifacts:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
timeout-minutes: 20
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Remove old artifacts
|
|
||||||
uses: c-hive/gha-remove-artifacts@v1
|
|
||||||
with:
|
|
||||||
age: "1 day"
|
|
||||||
# Optional inputs
|
|
||||||
# skip-tags: true
|
|
||||||
# skip-recent: 5
|
|
||||||
1362
.github/workflows/test-build-docker-image-fat.yml
vendored
1362
.github/workflows/test-build-docker-image-fat.yml
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user