Skip to content

Commit

Permalink
Update job names for scripts CI (#11585)
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad authored Dec 15, 2023
1 parent 413ebe2 commit 463d433
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ on:
pull_request:

jobs:
golangci:
lint-scripts:
if: ${{ github.event_name == 'pull_request' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Golang Lint
uses: ./.github/actions/golangci-lint
with:
name: scripts-lint
name: lint-scripts
go-directory: core/scripts
go-version-file: core/scripts/go.mod
go-module-file: core/scripts/go.sum
gc-basic-auth: ${{ secrets.GRAFANA_CLOUD_BASIC_AUTH }}
gc-host: ${{ secrets.GRAFANA_CLOUD_HOST }}

test:
test-scripts:
if: ${{ github.event_name == 'pull_request' }}
name: scripts-test
runs-on: ubuntu-latest
Expand All @@ -42,5 +42,5 @@ jobs:
with:
basic-auth: ${{ secrets.GRAFANA_CLOUD_BASIC_AUTH }}
hostname: ${{ secrets.GRAFANA_CLOUD_HOST }}
this-job-name: scripts-test
this-job-name: test-scripts
continue-on-error: true

0 comments on commit 463d433

Please sign in to comment.