Skip to content

Commit

Permalink
Revert "Merge branch 'master' of https://github.com/Julian-O/buildozer"
Browse files Browse the repository at this point in the history
This reverts commit e2a95de, reversing
changes made to 6fcea49.
  • Loading branch information
Julian-O committed Dec 10, 2023
1 parent e2a95de commit a3865af
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ on:
issue_comment:
types: [created]
schedule:
# Schedule for an arbitrary time (5am) once every day
- cron: '* 5 * * *'
# Schedule for five minutes after the hour, every hour
- cron: '5 * * * *'

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 a3865af

Please sign in to comment.