Skip to content

Commit

Permalink
[chore] [CI] Exclude go version matrix from the unittest job (#25151)
Browse files Browse the repository at this point in the history
To not update required jobs every time a new go version is released.

Needed for
#25116
  • Loading branch information
dmitryax authored Aug 11, 2023
1 parent e42f386 commit 57e4eb2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,6 @@ jobs:
path: ${{ matrix.group }}-coverage.txt
unittest:
if: ${{ github.actor != 'dependabot[bot]' && always() }}
strategy:
matrix:
go-version: ["1.20", 1.19] # 1.20 is interpreted as 1.2 without quotes
runs-on: ubuntu-latest
needs: [setup-environment, unittest-matrix]
steps:
Expand Down

0 comments on commit 57e4eb2

Please sign in to comment.