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: 4 additions & 1 deletion .github/workflows/test-smokes-built.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Smoke Tests (Built Version)
run-name: "Smoke Tests (Built Version) - ${{ (github.event_name == 'workflow_run' && 'nightly') || github.event.inputs.source || 'build' }}"
on:
# Test scheduled and manually dispatched create-release builds.
# Test scheduled and manually dispatched create-release builds from main.
# Branch dispatches must not fan out; to test one, dispatch this workflow with
# source=nightly and that run's id.
workflow_run:
workflows: ["Build Installers"]
types: [completed]
branches: [main]
workflow_dispatch:
inputs:
source:
Expand Down
Loading