Skip to content

Commit 93a25eb

Browse files
committed
.github/workflows: fix test-long.yml syntax
Change-Id: I21a84ee5138a108f4def4b2929546dcc26f8d204 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/240177 Reviewed-by: Rebecca Stambler <[email protected]>
1 parent 9371cbe commit 93a25eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-long.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
build:
1111
name: ${{ matrix.os }} ${{ matrix.version }}
1212
runs-on: ${{ matrix.os }}
13-
13+
1414
# Not containing 'SKIP CI' in the commit message AND
1515
# (Either non-Windows OR triggered on 'push' (if triggered by 'pull_request', github.base_ref is not empty)
16-
if: github.repository == 'golang/vscode-go' && !contains(github.event.head_commit.message, 'SKIP CI')"
16+
if: github.repository == 'golang/vscode-go' && !contains(github.event.head_commit.message, 'SKIP CI')
1717
timeout-minutes: 20
1818
strategy:
1919
fail-fast: false

0 commit comments

Comments
 (0)