Skip to content

Commit c711a58

Browse files
committed
[release] .github/workflows: run long tests on any branch
It's important to run them on the release branch. Change-Id: Id39de85269978b81f6350d0a1f00cb47a154de8e Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/239439 Reviewed-by: Rebecca Stambler <[email protected]> (cherry picked from commit 8d6cea6) Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/239737
1 parent 7652230 commit c711a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-long.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

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.ref == 'refs/heads/master' && 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)