Skip to content

Commit

Permalink
adding file and updating branch for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Rajpal Chauhan <[email protected]>
  • Loading branch information
rajpalc7 committed Nov 27, 2023
1 parent 4205dd0 commit 8520033
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/delete_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
schedule:
- cron: '0 0 * * 2' # This job runs every Tuesday
workflow_dispatch:
push:
branches:
- ghcr-clean

jobs:
clean-ghcr:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_pr_closed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Uninstall PR instance
on:
pull_request:
branches:
- main
- ghcr-clean
paths:
- 'plugins/**'
- 'services/tenant-ui/**'
Expand Down
1 change: 1 addition & 0 deletions plugins/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
123

0 comments on commit 8520033

Please sign in to comment.