Skip to content

Commit 79513bc

Browse files
Limit scheduled workflows to the original repo by default
Fixes https://wurstforum.net/d/1544
1 parent c65a156 commit 79513bc

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/stale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions:
1111

1212
jobs:
1313
stale:
14+
if: ${{ github.event_name != 'schedule' || github.repository == 'Wurst-Imperium/ChestESP' }}
1415
runs-on: ubuntu-latest
1516
steps:
1617

.github/workflows/update_modrinth_deps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
update-deps:
10+
if: ${{ github.event_name != 'schedule' || github.repository == 'Wurst-Imperium/ChestESP' }}
1011
runs-on: ubuntu-latest
1112
strategy:
1213
fail-fast: false

0 commit comments

Comments
 (0)