Skip to content

Commit

Permalink
Fix clean-containers
Browse files Browse the repository at this point in the history
  • Loading branch information
csc-felipe committed Aug 9, 2024
1 parent abef559 commit bc5733e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/clean-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
name: ghcr actions

on:
workflow_dispatch:
schedule:
- cron: "21 21 * * *"

Expand All @@ -18,7 +19,7 @@ jobs:
steps:
- name: downcase REPO name
run: |
echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
echo "REPO=$(echo $GITHUB_REPOSITORY | cut -f2 -d/)" >> ${GITHUB_ENV}
- name: Delete 'PR' containers older than a week
uses: snok/[email protected]
with:
Expand Down

0 comments on commit bc5733e

Please sign in to comment.