We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673cc8e commit c637376Copy full SHA for c637376
.github/workflows/build-and-test.yml
@@ -16,6 +16,7 @@ jobs:
16
product: opensearch-dashboards
17
18
build-and-test-linux:
19
+ if: ${{ github.event.label.name != 'rapid' }}
20
needs: Get-CI-Image-Tag
21
name: Build & test
22
strategy:
@@ -49,7 +50,8 @@ jobs:
49
50
51
# TODO: once github actions supports windows and macos docker containers, we can
52
# merge these in to the above step's matrix, including adding windows support
- build-and-test-windows-macos:
53
+ build-and-test-macos:
54
55
56
57
matrix:
0 commit comments