Skip to content

Commit 05d22f8

Browse files
Prachi Shivanand AnurePrachi Shivanand Anure
authored andcommitted
minor changes
1 parent ba30846 commit 05d22f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
strategy:
2525
matrix:
26-
go-version: ["1.24.5", "stable"]
26+
go-version: ["1.24.5"]
2727
fail-fast: false
2828

2929
steps:
@@ -69,7 +69,7 @@ jobs:
6969
run: make driver
7070

7171
- name: Publish coverage
72-
if: success() && matrix.go-version == 'stable' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')
72+
if: success()
7373
env:
7474
GHE_TOKEN: ${{ secrets.GHE_TOKEN }}
7575
run: |

0 commit comments

Comments
 (0)