From ed03ceb34514721d2491c42e45b37c42504fe801 Mon Sep 17 00:00:00 2001 From: Mariete Date: Sun, 28 Jan 2024 13:18:27 +0100 Subject: [PATCH] Update release2.yml to build only T-Display S3 (temp change) --- .github/workflows/release2.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release2.yml b/.github/workflows/release2.yml index 9e2d5f37..42c99f0d 100644 --- a/.github/workflows/release2.yml +++ b/.github/workflows/release2.yml @@ -48,7 +48,8 @@ jobs: strategy: matrix: # environment: ${{ fromJSON(needs.get_default_envs.outputs.environments) }} - environment: [esp32dev, esp32dev_OLED, TTGO_TDISPLAY, TTGO_TDISPLAY_SANDWICH, TDISPLAY_S3] + # environment: [esp32dev, esp32dev_OLED, TTGO_TDISPLAY, TTGO_TDISPLAY_SANDWICH, TDISPLAY_S3] + environment: [TDISPLAY_S3] # environment: [TTGO_TDISPLAY_SANDWICH] # environment: [esp32dev, esp32dev-sandwich] # environment: [esp32dev-sandwich]