Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <[email protected]>
  • Loading branch information
shubham-cmyk committed Nov 8, 2023
1 parent b424775 commit 6ab929c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/operator-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
verbose: true

code_quality_golang_ci_lint:
needs: [gofmt, govet, gotest]
needs: [gofmt, govet]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -79,7 +79,7 @@ jobs:
args: --timeout=5m0s ./...

container_quality_dockerfile_lint:
needs: [gofmt, govet, gotest]
needs: [gofmt, govet]
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 6ab929c

Please sign in to comment.