Sfoglia il codice sorgente

ci: remove broken dispatch

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 anni fa
parent
commit
b31eb6efa8
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  1. 0 5
      .github/workflows/flakehub-publish-tagged.yml

+ 0 - 5
.github/workflows/flakehub-publish-tagged.yml

@@ -2,11 +2,6 @@ on:
   push:
     tags:
       - "v*.*.*"
-  workflow_dispatch:
-    inputs:
-      tag:
-        description: The Git tag to use, for non-rolling releases. This must be the character `v` followed by a SemVer version, e.g. `v0.1.1`.
-        required: true
 
 jobs:
   publish: