Skip to content

Commit

Permalink
ci: drop CI cron jobs
Browse files Browse the repository at this point in the history
Upon the git repository inactivity, cron jobs are likely disabled by
GitHub which probably also disables other triggers (pull_request, push).
  • Loading branch information
praiskup committed Aug 15, 2024
1 parent 2de0e93 commit aff8c9b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/push-copr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
branches: [main]
pull_request:
branches: [main]
schedule:
# This always runs against the default branch. Two runs per month.
- cron: '0 0 1,16 * *'

jobs:
build:
Expand Down

0 comments on commit aff8c9b

Please sign in to comment.