Skip to content

Commit c396f26

Browse files
committed
fix(workflows): run the bot only in the original repository
Currently, the bot also runs in all forks and generates an error every day, which is sent to the owner of the fork via email. This is somewhat annoying.
1 parent 0767bb1 commit c396f26

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/reminder-bot-execution.yml

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

99
jobs:
1010
run-bot:
11+
if: github.repository_owner == 'hackergarten'
1112
runs-on: ubuntu-latest
1213
environment: reminder-bot-automation
1314

0 commit comments

Comments
 (0)