Skip to content

Commit

Permalink
run only repository_owner gojimmypi
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed Oct 9, 2024
1 parent ab17fe3 commit a1a26e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/keep-alive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

jobs:
keep-alive:
# Don't run this on downstream forks:
if: github.repository_owner == 'gojimmypi'
runs-on: self-hosted # Ensure this runs on your self-hosted runner

steps:
Expand Down

0 comments on commit a1a26e0

Please sign in to comment.