Skip to content

Commit

Permalink
Disable nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pierd committed Jan 12, 2024
1 parent 598a475 commit 0f6c3b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tag-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ on:
description: 'Suffix to add to the version number (e.g. suffix "testing" will create a version like "0.3.0-internal-testing")'
required: true
default: "fancy-new-feature"
schedule:
- cron: "0 2 * * *"
# nightly builds are disabled for now
# schedule:
# - cron: "0 2 * * *"

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 0f6c3b7

Please sign in to comment.