Skip to content

Commit

Permalink
turn off daily build
Browse files Browse the repository at this point in the history
  • Loading branch information
deep41 authored Dec 11, 2023
1 parent 802a2f1 commit e6b2be4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

name: daily-build-check

on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
schedule:
- cron: "0 3 * * *"
# on:
# push:
# branches: ["master"]
# pull_request:
# branches: ["master"]
# schedule:
# - cron: "0 3 * * *"

jobs:
build:
Expand Down

0 comments on commit e6b2be4

Please sign in to comment.