Skip to content

Commit

Permalink
chore: disable nightly release (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas authored May 10, 2024
1 parent 1c85390 commit ecf9f8a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ on:
push:
tags:
- "v*.*.*"
schedule:
- cron: "0 0 * * *"
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
IS_NIGHTLY: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}

jobs:
prepare:
Expand Down

0 comments on commit ecf9f8a

Please sign in to comment.