From 1b787837ca48ca56a1ba3052fe4c29bae7301c79 Mon Sep 17 00:00:00 2001 From: Carlos Cobo <699969+toqueteos@users.noreply.github.com> Date: Sun, 13 Aug 2023 15:26:50 +0200 Subject: [PATCH] ci: rename workflow and job-id --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 524a985..b09ecae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: platform-ci +name: webbrowser-ci on: workflow_dispatch: @@ -14,7 +14,7 @@ on: - "webbrowser.go" jobs: - build: + run-ci: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3