mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-23 15:18:55 +01:00
chore(ci): Remove redundant input
Since we now get to pick from what branch to execute the workflow, it is no longer necessary to have a branch input.
This commit is contained in:
parent
0713ca1c1a
commit
4865d12147
8
.github/workflows/publish-experimental.yml
vendored
8
.github/workflows/publish-experimental.yml
vendored
@ -1,11 +1,5 @@
|
|||||||
name: publish-experimental
|
name: publish-experimental
|
||||||
on:
|
on: [workflow_dispatch]
|
||||||
workflow_dispatch:
|
|
||||||
inputs:
|
|
||||||
ref:
|
|
||||||
description: "Branch, tag or SHA to checkout"
|
|
||||||
required: true
|
|
||||||
default: "experimental"
|
|
||||||
jobs:
|
jobs:
|
||||||
publish-experimental:
|
publish-experimental:
|
||||||
name: publish-experimental
|
name: publish-experimental
|
||||||
|
Loading…
Reference in New Issue
Block a user