Skip to content

Commit c637376

Browse files
committed
Skip CI if rapid is labeled
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
1 parent 673cc8e commit c637376

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-and-test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
product: opensearch-dashboards
1717

1818
build-and-test-linux:
19+
if: ${{ github.event.label.name != 'rapid' }}
1920
needs: Get-CI-Image-Tag
2021
name: Build & test
2122
strategy:
@@ -49,7 +50,8 @@ jobs:
4950

5051
# TODO: once github actions supports windows and macos docker containers, we can
5152
# merge these in to the above step's matrix, including adding windows support
52-
build-and-test-windows-macos:
53+
build-and-test-macos:
54+
if: ${{ github.event.label.name != 'rapid' }}
5355
name: Build & test
5456
strategy:
5557
matrix:

0 commit comments

Comments
 (0)