Skip to content

Commit

Permalink
Fix actions descriptions and remove duplicate jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielunderwood committed Sep 18, 2023
1 parent 6fd6a57 commit b28ce9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Go

on: [push, pull_request]
on: [push]

jobs:
CodeQL:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
version: "2021.1.1"
- run: go vet ./...
test:
name: "Check code and dependencies"
name: "Test Code"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/setup-go@v4
- run: go test
build:
name: "Check code and dependencies"
name: "Build Code"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit b28ce9c

Please sign in to comment.