Skip to content

Commit 5b55e60

Browse files
authored
Merge pull request #19 from su2code/fix_feature_tsan_2
Fix syntax error
2 parents 1decd0f + c1dd819 commit 5b55e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
if: ${{ always() && !(contains(needs.*.result, 'failure')) }}
5353
runs-on: ubuntu-latest
5454
strategy:
55-
fail-fast: false,
55+
fail-fast: false
5656
matrix:
5757
platform: [amd64, arm64]
5858
steps:

0 commit comments

Comments
 (0)