From 2ca567309f67b4a7655b19ca5bc14b8370253414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Cuadrado=20Juan?= Date: Fri, 6 Dec 2024 09:19:27 +0100 Subject: [PATCH] chore: Rename build.yml workflow to release.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This helps with slsactl and keeps consistency. Signed-off-by: VĂ­ctor Cuadrado Juan --- .github/workflows/{build.yml => release.yml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{build.yml => release.yml} (97%) diff --git a/.github/workflows/build.yml b/.github/workflows/release.yml similarity index 97% rename from .github/workflows/build.yml rename to .github/workflows/release.yml index ddb9453..12b875c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/release.yml @@ -1,12 +1,12 @@ -name: Build and sign +name: Build, sign and release on: schedule: - cron: "0 14 * * *" workflow_dispatch: jobs: - build-and-sign: - name: "Build and sign kubectl" + release: + name: "Build, sign and release kubectl" runs-on: ubuntu-latest permissions: packages: write