Skip to content

Commit

Permalink
ci: disable scheduled job (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
nulxrd committed Oct 6, 2023
1 parent c9f36b4 commit 609e03a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: CI

on:
schedule:
- cron: '16 5 * * *'
#schedule:
# - cron: '16 5 * * *'
push:
branches: [ "master" ]
# Publish semver tags as releases.
Expand Down

0 comments on commit 609e03a

Please sign in to comment.