Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
ci: disable monthly build
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinfall committed May 12, 2024
1 parent 6d60612 commit 23ad054
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
# Trigger only when Makefile is changed
paths: ["Makefile"]
workflow_dispatch:
schedule:
# Trigger on the 1st day of every month at 12:00 UTC
- cron: "0 12 1 * *"
# schedule:
# # Trigger on the 1st day of every month at 12:00 UTC
# - cron: "0 12 1 * *"

jobs:
build:
Expand Down

0 comments on commit 23ad054

Please # to comment.