From c6373765051440612f09e26edc299ba2eab9665a Mon Sep 17 00:00:00 2001 From: Tyler Ohlsen Date: Mon, 4 Mar 2024 10:44:53 -0800 Subject: [PATCH] Skip CI if rapid is labeled Signed-off-by: Tyler Ohlsen --- .github/workflows/build-and-test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 676df60f..dc4b8230 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -16,6 +16,7 @@ jobs: product: opensearch-dashboards build-and-test-linux: + if: ${{ github.event.label.name != 'rapid' }} needs: Get-CI-Image-Tag name: Build & test strategy: @@ -49,7 +50,8 @@ jobs: # TODO: once github actions supports windows and macos docker containers, we can # merge these in to the above step's matrix, including adding windows support - build-and-test-windows-macos: + build-and-test-macos: + if: ${{ github.event.label.name != 'rapid' }} name: Build & test strategy: matrix: