Skip to content

Commit

Permalink
Don't run no-response in a fork
Browse files Browse the repository at this point in the history
Even if actions are inherited in a fork, we don't want no-response to run, because it will fail.
  • Loading branch information
Julian-O authored Dec 10, 2023
1 parent 937a076 commit 643a946
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:

jobs:
noResponse:
# Don't run if in a fork
if: github.repository_owner == "kivy"
runs-on: ubuntu-latest
steps:
- uses: lee-dohm/no-response@9bb0a4b5e6a45046f00353d5de7d90fb8bd773bb
Expand Down

0 comments on commit 643a946

Please sign in to comment.