Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielius1922 committed Nov 10, 2023
1 parent 9d15f4f commit 2a6b064
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ghcr-cleanup.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Delete old ghcr images
on:
pull_request:
schedule:
- cron: "0 1 * * *" # every day at 1:00am
workflow_dispatch:

jobs:
ghcr-cleanup:
if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
# if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
name: Delete stale or untagged images
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2a6b064

Please sign in to comment.