Skip to content

Commit

Permalink
CI: remove cron trigger
Browse files Browse the repository at this point in the history
I think this will prevent GitHub from disabling CI after 60 days of
inactivity on the repository.
  • Loading branch information
newAM committed Dec 1, 2024
1 parent 37ef4e1 commit b370409
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ on:
branches:
- main
tags:
- '*'
- "*"
pull_request:
workflow_dispatch:
schedule:
- cron: "31 3 * * *"

name: CI

jobs:

linux_build:
name: Linux Build
runs-on: ubuntu-22.04
Expand Down

0 comments on commit b370409

Please sign in to comment.