Skip to content

Commit

Permalink
Added manual override for release github action
Browse files Browse the repository at this point in the history
  • Loading branch information
exTerEX committed Aug 4, 2024
1 parent 4921103 commit fa429a6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
name: "Release dev container features"
on:
workflow_dispatch:
inputs:
features:
description: "List of features to execute tests against"
required: true
default: "cmake ninja-build"
baseImage:
description: "Base image"
required: true
default: "ubuntu:focal"
logLevel:
description: "Log Level (info/debug/trace)"
required: true
default: "info"
push:
branches:
- main
Expand Down

0 comments on commit fa429a6

Please sign in to comment.