mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-21 21:36:17 +08:00
Nightly release on livebook-dev only (#2753)
This commit is contained in:
parent
4783cfbd2a
commit
31929dd0ec
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -10,7 +10,7 @@ on:
|
|||
workflow_dispatch:
|
||||
jobs:
|
||||
create_draft_release:
|
||||
if: github.ref_type == 'tag'
|
||||
if: github.ref_type == 'tag' && github.repository == 'livebook-dev/livebook'
|
||||
name: "Create draft release"
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
Loading…
Reference in a new issue