Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/dev-version.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Dev version
name: Dev Version

on:
push:
branches-ignore: [main, master]

permissions:
contents: write

jobs:
dev-version:
uses: Ai-road-4-You/enterprise-ci-cd/.github/workflows/dev-version.yml@v1
7 changes: 5 additions & 2 deletions .github/workflows/ghcr-cleanup.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: GHCR cleanup
name: GHCR Cleanup

on:
schedule:
- cron: "0 3 * * 0" # Sunday 03:00 UTC
- cron: "0 3 * * 0" # Weekly Sunday 03:00 UTC
workflow_dispatch:

permissions:
Expand All @@ -13,4 +13,7 @@ jobs:
uses: Ai-road-4-You/enterprise-ci-cd/.github/workflows/ghcr-cleanup.yml@v1
with:
keep-latest-tagged: 2
retention-days: 30
keep-latest: 10
delete-old-tagged: true
secrets: inherit
Loading