From 847e0838aeee6c96014e2e58de06bf066ec73098 Mon Sep 17 00:00:00 2001 From: Dimitar Manov <99065541+dimitarmanov@users.noreply.github.com> Date: Mon, 9 Jun 2025 18:44:20 +0300 Subject: [PATCH] fix naming --- .github/workflows/task.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/task.yaml b/.github/workflows/task.yaml index f39eb49244..06e095eaa0 100644 --- a/.github/workflows/task.yaml +++ b/.github/workflows/task.yaml @@ -10,7 +10,7 @@ on: jobs: lint: if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'CI:Build') - name: Build + name: Lint runs-on: ubuntu-24.04 steps: @@ -37,9 +37,12 @@ jobs: go run build/ci.go check_baddeps build: + name: Build runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 + with: + ref: master - name: Set up Go uses: actions/setup-go@v5 with: