Skip to content

Commit 9694b48

Browse files
committed
Set "dev" as the default choice and removed "nightly" from manual trigger
1 parent 1ff26b7 commit 9694b48

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release-orchestrator.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ on:
1111
description: 'Which Ionic release workflow should run?'
1212
required: true
1313
type: choice
14-
default: nightly
14+
default: dev
1515
options:
1616
- dev
17-
- nightly
1817
- production
1918
version:
2019
description: 'Which version should be published? (Only for production releases)'
@@ -54,7 +53,7 @@ permissions:
5453

5554
jobs:
5655
run-nightly:
57-
if: ${{ github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && inputs.release-type == 'nightly') }}
56+
if: ${{ github.event_name == 'schedule' }}
5857
permissions:
5958
contents: read
6059
id-token: write

0 commit comments

Comments
 (0)