Skip to content

Commit

Permalink
New workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentdh committed Apr 6, 2024
1 parent f1909f2 commit 6f2844e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/custom-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ name: Build for linux only

on:
workflow_dispatch:
inputs:
upload-artifact:
type: boolean
default: true
upload-tag:
type: string
default: "nightly"

workflow_call:
inputs:
upload-artifact:
Expand Down

0 comments on commit 6f2844e

Please sign in to comment.