-
Notifications
You must be signed in to change notification settings - Fork 74
37 lines (37 loc) · 1.46 KB
/
ci-snapshot-cleanup.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: Snapshot Cleanup
on:
workflow_dispatch:
schedule:
- cron: 0 0 * * *
jobs:
cleanup:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Cleanup
uses: smartsquaregmbh/[email protected]
with:
owner: BlueBrain
repo: nexus
token: ${{ secrets.GITHUB_TOKEN }}
keep: 5
names: |
ch.epfl.bluebrain.nexus.docs_2.13
ch.epfl.bluebrain.nexus.storage_2.13
ch.epfl.bluebrain.nexus.delta-kernel_2.13
ch.epfl.bluebrain.nexus.delta-testkit_2.13
ch.epfl.bluebrain.nexus.delta-rdf_2.13
ch.epfl.bluebrain.nexus.delta-sdk_2.13
ch.epfl.bluebrain.nexus.delta-sdk-views_2.13
ch.epfl.bluebrain.nexus.delta-sdk-testkit_2.13
ch.epfl.bluebrain.nexus.delta-service_2.13
ch.epfl.bluebrain.nexus.delta-sourcing_2.13
ch.epfl.bluebrain.nexus.delta-app_2.13
ch.epfl.bluebrain.nexus.delta-storage-plugin_2.13
ch.epfl.bluebrain.nexus.delta-elasticsearch-plugin_2.13
ch.epfl.bluebrain.nexus.delta-archive-plugin_2.13
ch.epfl.bluebrain.nexus.delta-composite-views-plugin_2.13
ch.epfl.bluebrain.nexus.delta-blazegraph-plugin_2.13
ch.epfl.bluebrain.nexus.delta-search-plugin_2.13
ch.epfl.bluebrain.nexus.delta-project-deletion-plugin_2.13
ch.epfl.bluebrain.nexus.delta-graph-analytics-plugin_2.13