mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-14 11:58:04 +00: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
1 changed files with 1 additions and 7 deletions
8
.github/workflows/publish-experimental.yml
vendored
8
.github/workflows/publish-experimental.yml
vendored
|
@ -1,11 +1,5 @@
|
|||
name: publish-experimental
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
ref:
|
||||
description: "Branch, tag or SHA to checkout"
|
||||
required: true
|
||||
default: "experimental"
|
||||
on: [workflow_dispatch]
|
||||
jobs:
|
||||
publish-experimental:
|
||||
name: publish-experimental
|
||||
|
|
Loading…
Reference in a new issue