Skip to content

Commit

Permalink
Update no-response.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-O authored Dec 10, 2023
1 parent 55e94d3 commit ae49e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
noResponse:
# Don't run if in a fork
if: {{ github.repository_owner == "kivy" }}
if: github.repository_owner == 'kivy'
runs-on: ubuntu-latest
steps:
- uses: lee-dohm/no-response@9bb0a4b5e6a45046f00353d5de7d90fb8bd773bb
Expand Down

0 comments on commit ae49e23

Please sign in to comment.