Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/release-orchestrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ on:
description: 'Which Ionic release workflow should run?'
required: true
type: choice
default: nightly
default: dev
options:
- dev
- nightly
- production
version:
description: 'Which version should be published? (Only for production releases)'
Expand Down Expand Up @@ -54,7 +53,7 @@ permissions:

jobs:
run-nightly:
if: ${{ github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && inputs.release-type == 'nightly') }}
if: ${{ github.event_name == 'schedule' }}
permissions:
contents: read
id-token: write
Expand Down
Loading