Skip to content

Commit e14bb85

Browse files
committed
fix ui tags
1 parent 6e4e04c commit e14bb85

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ jobs:
213213
strategy:
214214
fail-fast: false
215215
matrix:
216-
gotags: [ 'GOTAGS=""', 'GOTAGS=release' ]
217216
arch: [amd64, arm64]
217+
runs-on: ubuntu-24.04${{ (matrix.arch == 'arm64' && '-arm') || '' }}
218218
outputs:
219219
new-jiras: ${{ steps.junit2jira.outputs.new-jiras }}
220220
container:
@@ -254,7 +254,6 @@ jobs:
254254
strategy:
255255
fail-fast: false
256256
matrix:
257-
gotags: [ 'GOTAGS=""', 'GOTAGS=release' ]
258257
arch: [amd64, arm64]
259258
runs-on: ubuntu-24.04${{ (matrix.arch == 'arm64' && '-arm') || '' }}
260259
outputs:

0 commit comments

Comments
 (0)