We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec4d38a + 015ead7 commit 51b42fcCopy full SHA for 51b42fc
1 file changed
.github/workflows/integration-testing.yml
@@ -1,12 +1,13 @@
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:
- os: [ubuntu-latest, windows-latest, macos-latest]
10
+ os: [ubuntu-latest, windows-latest]
11
runs-on: ${{ matrix.os }}
12
13
steps:
@@ -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