We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75ecf23 commit 776172eCopy full SHA for 776172e
.github/workflows/release.yml
@@ -9,7 +9,7 @@ on:
9
workflow_dispatch:
10
11
env:
12
- IS_NIGHTLY: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
+ IS_NIGHTLY: ${{ github.event_name == 'schedule' || ( github.event_name == 'workflow_dispatch' && github.ref_type != 'tag' ) }}
13
CARGO_TERM_COLOR: always
14
15
jobs:
0 commit comments