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.
2 parents 96901ac + c351304 commit 015ead7Copy full SHA for 015ead7
.github/workflows/integration-testing.yml
@@ -1,10 +1,11 @@
1
name: "Integration Testing"
2
3
-on: [push, pull_request]
+on: [push]
4
5
jobs:
6
multi-language-repo_test-autodetect-languages:
7
strategy:
8
+ fail-fast: false
9
matrix:
10
os: [ubuntu-latest, windows-latest]
11
runs-on: ${{ matrix.os }}
@@ -28,6 +29,7 @@ jobs:
28
29
30
multi-language-repo_test-custom-queries:
31
32
33
34
os: [ubuntu-latest, windows-latest, macos-latest]
35
@@ -55,6 +57,7 @@ jobs:
55
57
# Currently is not possible to analyze Go in conjunction with other languages in macos
56
58
multi-language-repo_test-go-custom-queries:
59
60
61
62
63
0 commit comments