Skip to content

Commit

Permalink
Fix CI job name by using default (#11586)
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad authored Dec 15, 2023
1 parent 463d433 commit 7665e26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ jobs:

test-scripts:
if: ${{ github.event_name == 'pull_request' }}
name: scripts-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Setup Go
uses: ./.github/actions/setup-go
with:
Expand Down

0 comments on commit 7665e26

Please sign in to comment.