We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9371cbe commit 93a25ebCopy full SHA for 93a25eb
.github/workflows/test-long.yml
@@ -10,10 +10,10 @@ jobs:
10
build:
11
name: ${{ matrix.os }} ${{ matrix.version }}
12
runs-on: ${{ matrix.os }}
13
-
+
14
# Not containing 'SKIP CI' in the commit message AND
15
# (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')"
+ if: github.repository == 'golang/vscode-go' && !contains(github.event.head_commit.message, 'SKIP CI')
17
timeout-minutes: 20
18
strategy:
19
fail-fast: false
0 commit comments