Skip to content

Commit 74f52b1

Browse files
committed
chore(ci): disable package cleanup on pull requests
1 parent 7d77e63 commit 74f52b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,8 @@ jobs:
593593
packages-cleanup:
594594
name: "Docker Package Cleanup"
595595
uses: ./.github/workflows/packages-cleanup.yml
596+
# Only run on push, schedule, or release events
597+
if: (github.event_name == 'push' || github.event_name == 'schedule') && github.repository == 'freqtrade/freqtrade'
596598
permissions:
597599
packages: write
598600
with:

0 commit comments

Comments
 (0)