Skip to content

Commit

Permalink
For testing purpose
Browse files Browse the repository at this point in the history
Signed-off-by: Rajpal Chauhan <rajpal.chauhan@gov.bc.ca>
  • Loading branch information
rajpalc7 committed Nov 22, 2023
1 parent 52c2a8c commit 6085aed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/delete_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Delete old container images

on:
schedule:
- cron: "0 0 * * 2" # runs every Tuesday
- cron: "*/5 * * * *"
workflow_dispatch:
push:
branches:
- main
- ghcr-clean

jobs:
clean-ghcr:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: 'Close stale issues and PRs'
name: Close stale issues and PRs

on:
schedule:
- cron: '30 1 * * *'
- cron: "*/5 * * * *"
workflow_dispatch:
push:
branches:
- main
- ghcr-clean

jobs:
stale:
Expand Down

0 comments on commit 6085aed

Please sign in to comment.