From 5e3b8f89cecf0d029d5ade7f86f3b1abf3a1bca1 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:52:19 -0400 Subject: [PATCH 01/76] Update darwin-tests.yaml --- .github/workflows/darwin-tests.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/darwin-tests.yaml b/.github/workflows/darwin-tests.yaml index 6178273668cba1..dfa40f2aafa084 100644 --- a/.github/workflows/darwin-tests.yaml +++ b/.github/workflows/darwin-tests.yaml @@ -16,6 +16,9 @@ name: Darwin Tests on: push: + branches: + - master + - 'v*-branch' branches-ignore: - 'dependabot/**' pull_request: From 6388551c7c234562931aa5cc2f998c3e25933fed Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:52:49 -0400 Subject: [PATCH 02/76] Update examples-cc13xx_26xx.yaml --- .github/workflows/examples-cc13xx_26xx.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/examples-cc13xx_26xx.yaml b/.github/workflows/examples-cc13xx_26xx.yaml index 80184cb4b438cf..d39c3db0328053 100644 --- a/.github/workflows/examples-cc13xx_26xx.yaml +++ b/.github/workflows/examples-cc13xx_26xx.yaml @@ -16,8 +16,11 @@ name: Build example - TI CC13XX_26XX on: push: + branches: + - master + - 'v*-branch' branches-ignore: - - "dependabot/**" + - 'dependabot/**' pull_request: merge_group: From 693b7b7e9be35a5788b28592eb58617555e26470 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:54:13 -0400 Subject: [PATCH 03/76] Update examples-linux-tv-casting-app.yaml --- .github/workflows/examples-linux-tv-casting-app.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/examples-linux-tv-casting-app.yaml b/.github/workflows/examples-linux-tv-casting-app.yaml index 64000e45f45b48..2a7693b97ea3a5 100644 --- a/.github/workflows/examples-linux-tv-casting-app.yaml +++ b/.github/workflows/examples-linux-tv-casting-app.yaml @@ -16,8 +16,11 @@ name: Test TV Casting Example on: push: + branches: + - master + - 'v*-branch' branches-ignore: - - "dependabot/**" + - 'dependabot/**' pull_request: merge_group: From c3b16797bd5843bf0825ef59850f51c2200f06bb Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:54:25 -0400 Subject: [PATCH 04/76] Update examples-nxp.yaml --- .github/workflows/examples-nxp.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/examples-nxp.yaml b/.github/workflows/examples-nxp.yaml index c03b9a118c39fd..f00d0c4738f3c8 100644 --- a/.github/workflows/examples-nxp.yaml +++ b/.github/workflows/examples-nxp.yaml @@ -16,6 +16,9 @@ name: Build example - NXP on: push: + branches: + - master + - 'v*-branch' branches-ignore: - 'dependabot/**' pull_request: From a090c4384322c5127ac540f541ebc4f518e524b8 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:56:15 -0400 Subject: [PATCH 05/76] Update chef.yaml --- .github/workflows/chef.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/chef.yaml b/.github/workflows/chef.yaml index ca3f42e47c24e5..586e2311312af2 100644 --- a/.github/workflows/chef.yaml +++ b/.github/workflows/chef.yaml @@ -16,6 +16,9 @@ name: Build Chef CI examples on all platforms on: push: + branches: + - master + - 'v*-branch' branches-ignore: - 'dependabot/**' pull_request: From 8e56e071543224357c2630ea201c0d627e48f088 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:56:24 -0400 Subject: [PATCH 06/76] Update cirque.yaml --- .github/workflows/cirque.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cirque.yaml b/.github/workflows/cirque.yaml index 6fe17c3558c767..540360fa211439 100644 --- a/.github/workflows/cirque.yaml +++ b/.github/workflows/cirque.yaml @@ -16,6 +16,9 @@ name: Cirque on: push: + branches: + - master + - 'v*-branch' branches-ignore: - 'dependabot/**' pull_request: From bb9222df1fc021ce1f2f303db599e708214da610 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:56:32 -0400 Subject: [PATCH 07/76] Update darwin.yaml --- .github/workflows/darwin.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/darwin.yaml b/.github/workflows/darwin.yaml index 4c25026840e5d1..48d7b2519dc514 100644 --- a/.github/workflows/darwin.yaml +++ b/.github/workflows/darwin.yaml @@ -16,8 +16,11 @@ name: Darwin on: push: + branches: + - master + - 'v*-branch' branches-ignore: - - "dependabot/**" + - 'dependabot/**' pull_request: merge_group: workflow_dispatch: From 084fdbbef786b4bf716117da6b8ed63df41b6c3d Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:56:40 -0400 Subject: [PATCH 08/76] Update examples-ameba.yaml --- .github/workflows/examples-ameba.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/examples-ameba.yaml b/.github/workflows/examples-ameba.yaml index c2bb69cd6f2b4e..01ecc579a545d6 100644 --- a/.github/workflows/examples-ameba.yaml +++ b/.github/workflows/examples-ameba.yaml @@ -16,6 +16,9 @@ name: Build example - Ameba on: push: + branches: + - master + - 'v*-branch' branches-ignore: - 'dependabot/**' pull_request: From b4a6b397bd0cd1e3149d2e3ec90ac36ef2ee50cf Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:56:50 -0400 Subject: [PATCH 09/76] Update examples-asr.yaml --- .github/workflows/examples-asr.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/examples-asr.yaml b/.github/workflows/examples-asr.yaml index 531709a3024844..f3e36151e62b98 100644 --- a/.github/workflows/examples-asr.yaml +++ b/.github/workflows/examples-asr.yaml @@ -16,6 +16,9 @@ name: Build example - ASR on: push: + branches: + - master + - 'v*-branch' branches-ignore: - 'dependabot/**' pull_request: From a3e55bdeb5ed032195c324c44f090329b8f371cc Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:57:00 -0400 Subject: [PATCH 10/76] Update examples-efr32.yaml --- .github/workflows/examples-efr32.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/examples-efr32.yaml b/.github/workflows/examples-efr32.yaml index 75e492911022f9..fd3ca94e8244f3 100644 --- a/.github/workflows/examples-efr32.yaml +++ b/.github/workflows/examples-efr32.yaml @@ -15,9 +15,12 @@ name: Build example - EFR32 on: - push: - branches-ignore: - - 'dependabot/**' + push: + branches: + - master + - 'v*-branch' + branches-ignore: + - 'dependabot/**' pull_request: merge_group: From 862c23159dc6e0d58b4bc6a04ddbcfd51f004b50 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:57:09 -0400 Subject: [PATCH 11/76] Update examples-esp32.yaml --- .github/workflows/examples-esp32.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/examples-esp32.yaml b/.github/workflows/examples-esp32.yaml index dc1446a93fb833..56aa3be1b1ffef 100644 --- a/.github/workflows/examples-esp32.yaml +++ b/.github/workflows/examples-esp32.yaml @@ -16,6 +16,9 @@ name: Build example - ESP32 on: push: + branches: + - master + - 'v*-branch' branches-ignore: - 'dependabot/**' pull_request: From afe785d51bd17869617ce54d5ffeb34d2c2abf01 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:57:18 -0400 Subject: [PATCH 12/76] Update examples-linux-imx.yaml --- .github/workflows/examples-linux-imx.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/examples-linux-imx.yaml b/.github/workflows/examples-linux-imx.yaml index f964f07f1e0918..1d510f1d57db8e 100644 --- a/.github/workflows/examples-linux-imx.yaml +++ b/.github/workflows/examples-linux-imx.yaml @@ -16,6 +16,9 @@ name: Build example - i.MX Linux on: push: + branches: + - master + - 'v*-branch' branches-ignore: - 'dependabot/**' pull_request: From a55b462b622995773f1bf7ab15ef3b04a0b051b5 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:57:25 -0400 Subject: [PATCH 13/76] Update examples-linux-standalone.yaml --- .github/workflows/examples-linux-standalone.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/examples-linux-standalone.yaml b/.github/workflows/examples-linux-standalone.yaml index ff3762c2118d4c..d926f569347067 100644 --- a/.github/workflows/examples-linux-standalone.yaml +++ b/.github/workflows/examples-linux-standalone.yaml @@ -16,6 +16,9 @@ name: Build example - Linux Standalone on: push: + branches: + - master + - 'v*-branch' branches-ignore: - 'dependabot/**' pull_request: From 664e4f6536a343142d4251340c33a0c2b5d1f67c Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:57:33 -0400 Subject: [PATCH 14/76] Update examples-mw320.yaml --- .github/workflows/examples-mw320.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/examples-mw320.yaml b/.github/workflows/examples-mw320.yaml index 45daa41dcef2d3..1f8098fe6cc542 100644 --- a/.github/workflows/examples-mw320.yaml +++ b/.github/workflows/examples-mw320.yaml @@ -16,6 +16,9 @@ name: Build example - MW320 on: push: + branches: + - master + - 'v*-branch' branches-ignore: - 'dependabot/**' pull_request: From 968855e114946ac37c69830269d6b7d97e1731ac Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:57:41 -0400 Subject: [PATCH 15/76] Update examples-nrfconnect.yaml --- .github/workflows/examples-nrfconnect.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/examples-nrfconnect.yaml b/.github/workflows/examples-nrfconnect.yaml index 19fdeca62dc1a8..44d1300c19787e 100644 --- a/.github/workflows/examples-nrfconnect.yaml +++ b/.github/workflows/examples-nrfconnect.yaml @@ -16,6 +16,9 @@ name: Build example - nRF Connect SDK on: push: + branches: + - master + - 'v*-branch' branches-ignore: - 'dependabot/**' pull_request: From 7b4a22c892e7299dcc2e1b3ccbb59f7f12b1d437 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:57:50 -0400 Subject: [PATCH 16/76] Update examples-qpg.yaml --- .github/workflows/examples-qpg.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/examples-qpg.yaml b/.github/workflows/examples-qpg.yaml index e0cf4c6ecf8a4b..22b1ecdc569ef5 100644 --- a/.github/workflows/examples-qpg.yaml +++ b/.github/workflows/examples-qpg.yaml @@ -16,6 +16,9 @@ name: Build example - QPG on: push: + branches: + - master + - 'v*-branch' branches-ignore: - 'dependabot/**' pull_request: From e3761c47f450b70286808882e87f9f0428a7aecc Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:57:59 -0400 Subject: [PATCH 17/76] Update examples-stm32.yaml --- .github/workflows/examples-stm32.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/examples-stm32.yaml b/.github/workflows/examples-stm32.yaml index c0bc9af19a95bd..aa5962843751cd 100644 --- a/.github/workflows/examples-stm32.yaml +++ b/.github/workflows/examples-stm32.yaml @@ -16,6 +16,9 @@ name: Build example - stm32 on: push: + branches: + - master + - 'v*-branch' branches-ignore: - 'dependabot/**' pull_request: From 7fc1e07696de71684faaed057bcb45789f3dc0b1 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:58:06 -0400 Subject: [PATCH 18/76] Update examples-tizen.yaml --- .github/workflows/examples-tizen.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/examples-tizen.yaml b/.github/workflows/examples-tizen.yaml index 8c6024ee1f57d9..0186572afd4c34 100644 --- a/.github/workflows/examples-tizen.yaml +++ b/.github/workflows/examples-tizen.yaml @@ -16,6 +16,9 @@ name: Build example - Tizen on: push: + branches: + - master + - 'v*-branch' branches-ignore: - 'dependabot/**' pull_request: From a00058e6a80c19c0f0f60b6174d84ece40f87649 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:58:14 -0400 Subject: [PATCH 19/76] Update gradle-wrapper-validation.yml --- .github/workflows/gradle-wrapper-validation.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/gradle-wrapper-validation.yml b/.github/workflows/gradle-wrapper-validation.yml index ab3f49942329ce..332f8720dd4c8b 100644 --- a/.github/workflows/gradle-wrapper-validation.yml +++ b/.github/workflows/gradle-wrapper-validation.yml @@ -1,6 +1,9 @@ name: "Validate Gradle Wrapper" on: push: + branches: + - master + - 'v*-branch' branches-ignore: - 'dependabot/**' pull_request: From 89c1de896f0663e7396a5143a2079533112d996b Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:58:21 -0400 Subject: [PATCH 20/76] Update spell.yml --- .github/workflows/spell.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/spell.yml b/.github/workflows/spell.yml index f37a0e28711c6f..7d48ef3c7190c5 100644 --- a/.github/workflows/spell.yml +++ b/.github/workflows/spell.yml @@ -16,6 +16,9 @@ name: Run misspell on: push: + branches: + - master + - 'v*-branch' branches-ignore: - 'dependabot/**' paths: From b186e4bd9251a54e63978fa5743a46624c79b632 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:58:30 -0400 Subject: [PATCH 21/76] Update tests.yaml --- .github/workflows/tests.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 180d374b40e83b..eefcb9e5d837b3 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -16,6 +16,9 @@ name: Tests on: push: + branches: + - master + - 'v*-branch' branches-ignore: - 'dependabot/**' pull_request: From 2668feb622b5fc5bdc12e8428a2f23bfc2e18e74 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:58:36 -0400 Subject: [PATCH 22/76] Update zap_templates.yaml --- .github/workflows/zap_templates.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/zap_templates.yaml b/.github/workflows/zap_templates.yaml index 45a3611691a535..d72232c9e2832e 100644 --- a/.github/workflows/zap_templates.yaml +++ b/.github/workflows/zap_templates.yaml @@ -16,6 +16,9 @@ name: ZAP on: push: + branches: + - master + - 'v*-branch' branches-ignore: - 'dependabot/**' pull_request: From ca13298c6a4a283db8a8b29e0f4314bf7dbc3283 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:00:00 -0400 Subject: [PATCH 23/76] Update build.yaml --- .github/workflows/build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 490d7e79d741d0..cdeabca7b9c32c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -16,6 +16,9 @@ name: Builds on: push: + branches: + - master + - 'v*-branch' branches-ignore: - 'dependabot/**' pull_request: From bfd24a3bfe9ab2ff0efd01d078302739d7013b46 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:00:57 -0400 Subject: [PATCH 24/76] Update examples-bouffalolab.yaml --- .github/workflows/examples-bouffalolab.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/examples-bouffalolab.yaml b/.github/workflows/examples-bouffalolab.yaml index 3ff00c6c3eff1b..9987bbbfada6f6 100644 --- a/.github/workflows/examples-bouffalolab.yaml +++ b/.github/workflows/examples-bouffalolab.yaml @@ -16,6 +16,9 @@ name: Build example - BouffaloLab on: push: + branches: + - master + - 'v*-branch' branches-ignore: - 'dependabot/**' pull_request: From ae4ca298fe154ba18cbfebf13160be65620f1ad5 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:01:16 -0400 Subject: [PATCH 25/76] Update examples-cc32xx.yaml --- .github/workflows/examples-cc32xx.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/examples-cc32xx.yaml b/.github/workflows/examples-cc32xx.yaml index 537621bcf34b9d..2a797f830c6047 100644 --- a/.github/workflows/examples-cc32xx.yaml +++ b/.github/workflows/examples-cc32xx.yaml @@ -17,8 +17,11 @@ name: Build example - TI CC32XX on: workflow_dispatch: push: + branches: + - master + - 'v*-branch' branches-ignore: - - "dependabot/**" + - 'dependabot/**' pull_request: merge_group: From f985905a6fc4b27eada5aae68d08d79ff939cb0e Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:01:26 -0400 Subject: [PATCH 26/76] Update examples-infineon.yaml --- .github/workflows/examples-infineon.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/examples-infineon.yaml b/.github/workflows/examples-infineon.yaml index 9a3b4191c036a5..3127f839421eaa 100644 --- a/.github/workflows/examples-infineon.yaml +++ b/.github/workflows/examples-infineon.yaml @@ -16,6 +16,9 @@ name: Build example - Infineon on: push: + branches: + - master + - 'v*-branch' branches-ignore: - 'dependabot/**' pull_request: From fb121dfa2486e7bea78ed98e528497fe31a72f21 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:01:34 -0400 Subject: [PATCH 27/76] Update examples-linux-arm.yaml --- .github/workflows/examples-linux-arm.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/examples-linux-arm.yaml b/.github/workflows/examples-linux-arm.yaml index f93e295011bd02..e45d94829dc19f 100644 --- a/.github/workflows/examples-linux-arm.yaml +++ b/.github/workflows/examples-linux-arm.yaml @@ -16,6 +16,9 @@ name: Build example - Linux ARM on: push: + branches: + - master + - 'v*-branch' branches-ignore: - 'dependabot/**' pull_request: From ded6610f655a9f21379f06495d92ee19f47661af Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:03:03 -0400 Subject: [PATCH 28/76] Update examples-telink.yaml --- .github/workflows/examples-telink.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/examples-telink.yaml b/.github/workflows/examples-telink.yaml index 757f11254b530a..5e76cb609b5493 100644 --- a/.github/workflows/examples-telink.yaml +++ b/.github/workflows/examples-telink.yaml @@ -16,6 +16,9 @@ name: Build example - Telink on: push: + branches: + - master + - 'v*-branch' branches-ignore: - 'dependabot/**' pull_request: From ffa4254678d9627fbc170fdaff70979e15df3983 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:03:09 -0400 Subject: [PATCH 29/76] Update full-android.yaml --- .github/workflows/full-android.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/full-android.yaml b/.github/workflows/full-android.yaml index 54561c68e28144..863d88b66b7b3d 100644 --- a/.github/workflows/full-android.yaml +++ b/.github/workflows/full-android.yaml @@ -16,6 +16,9 @@ name: Full builds - Android on: push: + branches: + - master + - 'v*-branch' branches-ignore: - 'dependabot/**' workflow_dispatch: From 66a655392b92fa8bfe8a24cd6b25def4c97a863e Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:03:15 -0400 Subject: [PATCH 30/76] Update java-tests.yaml --- .github/workflows/java-tests.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/java-tests.yaml b/.github/workflows/java-tests.yaml index cc6dbc90606446..ff5147473fdb5e 100644 --- a/.github/workflows/java-tests.yaml +++ b/.github/workflows/java-tests.yaml @@ -16,6 +16,9 @@ name: Java Tests on: push: + branches: + - master + - 'v*-branch' branches-ignore: - 'dependabot/**' pull_request: From 88a17eefbf897f099c116ddb5d5f3f225ef03d28 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:03:21 -0400 Subject: [PATCH 31/76] Update lint.yml --- .github/workflows/lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ddcfed3607af90..c75c28c90490e5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,6 +16,9 @@ name: Lint Code Base on: push: + branches: + - master + - 'v*-branch' branches-ignore: - 'dependabot/**' pull_request: From a805a67ced7bf7d29500d2019c76ccf6feb4af09 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:03:27 -0400 Subject: [PATCH 32/76] Update minimal-build.yaml --- .github/workflows/minimal-build.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/minimal-build.yaml b/.github/workflows/minimal-build.yaml index 5e364f32d671d9..30f5b3f48f2139 100644 --- a/.github/workflows/minimal-build.yaml +++ b/.github/workflows/minimal-build.yaml @@ -16,8 +16,11 @@ name: Minimal Build (Linux / configure) on: push: + branches: + - master + - 'v*-branch' branches-ignore: - - "dependabot/**" + - 'dependabot/**' pull_request: merge_group: From 5ae324dd6b68db81eaa5fa5a69fea8fd5c7acdf0 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:03:34 -0400 Subject: [PATCH 33/76] Update qemu.yaml --- .github/workflows/qemu.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/qemu.yaml b/.github/workflows/qemu.yaml index f21903dd9fb542..ba818e4bc44893 100644 --- a/.github/workflows/qemu.yaml +++ b/.github/workflows/qemu.yaml @@ -16,6 +16,9 @@ name: QEMU on: push: + branches: + - master + - 'v*-branch' branches-ignore: - 'dependabot/**' pull_request: From 094c29772a0a14dfce972e5b22cf3a2e9e01143f Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:03:40 -0400 Subject: [PATCH 34/76] Update unit_integration_test.yaml --- .github/workflows/unit_integration_test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/unit_integration_test.yaml b/.github/workflows/unit_integration_test.yaml index e593630fa58951..ac68e690ddc631 100644 --- a/.github/workflows/unit_integration_test.yaml +++ b/.github/workflows/unit_integration_test.yaml @@ -16,6 +16,9 @@ name: Unit / Integration Tests on: push: + branches: + - master + - 'v*-branch' branches-ignore: - 'dependabot/**' pull_request: From 3c3c21236656475262b0df8dbb8ab0ad50c071d8 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:06:46 -0400 Subject: [PATCH 35/76] Update example-tv-casting-darwin.yaml --- .github/workflows/example-tv-casting-darwin.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/example-tv-casting-darwin.yaml b/.github/workflows/example-tv-casting-darwin.yaml index d8b7b7895e250e..33a42e2aa10e66 100644 --- a/.github/workflows/example-tv-casting-darwin.yaml +++ b/.github/workflows/example-tv-casting-darwin.yaml @@ -16,8 +16,11 @@ name: TV Casting Example - Darwin on: push: + branches: + - master + - 'v*-branch' branches-ignore: - - "dependabot/**" + - 'dependabot/**' pull_request: merge_group: workflow_dispatch: From 252bfd0bec4308cfec91bc0ff18b12998b230231 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:07:23 -0400 Subject: [PATCH 36/76] Update examples-nuttx.yaml --- .github/workflows/examples-nuttx.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/examples-nuttx.yaml b/.github/workflows/examples-nuttx.yaml index 6006cea181d98c..2ed43ac6de8002 100644 --- a/.github/workflows/examples-nuttx.yaml +++ b/.github/workflows/examples-nuttx.yaml @@ -16,6 +16,11 @@ name: Build example - NuttX on: push: + branches: + - master + - 'v*-branch' + branches-ignore: + - 'dependabot/**' pull_request: merge_group: workflow_dispatch: From aadbe0f5a1ea3fc4811716b412b76c2195d99239 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:09:40 -0400 Subject: [PATCH 37/76] Update doxygen.yaml --- .github/workflows/doxygen.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/doxygen.yaml b/.github/workflows/doxygen.yaml index e255ddce53977f..a4bc4ff4fe736a 100644 --- a/.github/workflows/doxygen.yaml +++ b/.github/workflows/doxygen.yaml @@ -16,6 +16,11 @@ name: Doxygen on: push: + branches: + - master + - 'v*-branch' + branches-ignore: + - 'dependabot/**' paths: - "**.do[xc]" - "**.c[cs]?" From 00f406500a1fb0e704fe9ead4f0ca479f0054c6e Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:14:10 -0400 Subject: [PATCH 38/76] Update build.yaml --- .github/workflows/build.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index cdeabca7b9c32c..f14a16f5e017b1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: workflow_dispatch: From 9dee71ca25cbc121daca6d341eed982ebc491a76 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:14:22 -0400 Subject: [PATCH 39/76] Update chef.yaml --- .github/workflows/chef.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/chef.yaml b/.github/workflows/chef.yaml index 586e2311312af2..a1e5907cb91a70 100644 --- a/.github/workflows/chef.yaml +++ b/.github/workflows/chef.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: From acc7d38465089db32abf0dc8da5f2b62a086dc55 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:14:33 -0400 Subject: [PATCH 40/76] Update cirque.yaml --- .github/workflows/cirque.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cirque.yaml b/.github/workflows/cirque.yaml index 540360fa211439..083b35062990e6 100644 --- a/.github/workflows/cirque.yaml +++ b/.github/workflows/cirque.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: workflow_dispatch: From a0413f45c1022d22addecbca5d37fc4498f3fb5d Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:14:46 -0400 Subject: [PATCH 41/76] Update darwin-tests.yaml --- .github/workflows/darwin-tests.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/darwin-tests.yaml b/.github/workflows/darwin-tests.yaml index dfa40f2aafa084..1ddc9e9fbc42a6 100644 --- a/.github/workflows/darwin-tests.yaml +++ b/.github/workflows/darwin-tests.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: workflow_dispatch: From e958229884027b118916d56d09f5920413b5913c Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:14:53 -0400 Subject: [PATCH 42/76] Update darwin.yaml --- .github/workflows/darwin.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/darwin.yaml b/.github/workflows/darwin.yaml index 48d7b2519dc514..bc4441a84f1c23 100644 --- a/.github/workflows/darwin.yaml +++ b/.github/workflows/darwin.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: workflow_dispatch: From 869b7307f0c3287fbaf736a8334fd745b5c9daaf Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:15:04 -0400 Subject: [PATCH 43/76] Update doxygen.yaml --- .github/workflows/doxygen.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/doxygen.yaml b/.github/workflows/doxygen.yaml index a4bc4ff4fe736a..9dc5bbab1ac574 100644 --- a/.github/workflows/doxygen.yaml +++ b/.github/workflows/doxygen.yaml @@ -18,9 +18,7 @@ on: push: branches: - master - - 'v*-branch' - branches-ignore: - - 'dependabot/**' + - 'v*-branch' paths: - "**.do[xc]" - "**.c[cs]?" From 3b1dc10fa7aa842340e0e843fe9e195666b75459 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:17:34 -0400 Subject: [PATCH 44/76] Update example-tv-casting-darwin.yaml --- .github/workflows/example-tv-casting-darwin.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/example-tv-casting-darwin.yaml b/.github/workflows/example-tv-casting-darwin.yaml index 33a42e2aa10e66..1528d87c448e8b 100644 --- a/.github/workflows/example-tv-casting-darwin.yaml +++ b/.github/workflows/example-tv-casting-darwin.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: workflow_dispatch: From 3d0b233e077bd3f2b09aa09bcfe59725986c8ecc Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:17:41 -0400 Subject: [PATCH 45/76] Update examples-ameba.yaml --- .github/workflows/examples-ameba.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/examples-ameba.yaml b/.github/workflows/examples-ameba.yaml index 01ecc579a545d6..1c87787cf67ecc 100644 --- a/.github/workflows/examples-ameba.yaml +++ b/.github/workflows/examples-ameba.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: From 0619850ace2c4c2f4fa591277af051017f619803 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:17:47 -0400 Subject: [PATCH 46/76] Update examples-asr.yaml --- .github/workflows/examples-asr.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/examples-asr.yaml b/.github/workflows/examples-asr.yaml index f3e36151e62b98..7597ef1783eea4 100644 --- a/.github/workflows/examples-asr.yaml +++ b/.github/workflows/examples-asr.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: From 9b531709ac698b39afe98bed1a6f9a048ad35120 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:17:53 -0400 Subject: [PATCH 47/76] Update examples-bouffalolab.yaml --- .github/workflows/examples-bouffalolab.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/examples-bouffalolab.yaml b/.github/workflows/examples-bouffalolab.yaml index 9987bbbfada6f6..9a6989881e5e0c 100644 --- a/.github/workflows/examples-bouffalolab.yaml +++ b/.github/workflows/examples-bouffalolab.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: workflow_dispatch: From bce9984ed3f02545578567c452e9c02d55e31c4f Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:17:59 -0400 Subject: [PATCH 48/76] Update examples-cc13xx_26xx.yaml --- .github/workflows/examples-cc13xx_26xx.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/examples-cc13xx_26xx.yaml b/.github/workflows/examples-cc13xx_26xx.yaml index d39c3db0328053..31988e66385236 100644 --- a/.github/workflows/examples-cc13xx_26xx.yaml +++ b/.github/workflows/examples-cc13xx_26xx.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: From 672c8f8fa5662467093164c8e4b7c01f7d70c7d9 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:18:06 -0400 Subject: [PATCH 49/76] Update examples-cc32xx.yaml --- .github/workflows/examples-cc32xx.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/examples-cc32xx.yaml b/.github/workflows/examples-cc32xx.yaml index 2a797f830c6047..24edcb3fa92603 100644 --- a/.github/workflows/examples-cc32xx.yaml +++ b/.github/workflows/examples-cc32xx.yaml @@ -20,8 +20,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: From 55d4e05cde878ac2e695769b147915f39698f782 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:18:12 -0400 Subject: [PATCH 50/76] Update examples-efr32.yaml --- .github/workflows/examples-efr32.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/examples-efr32.yaml b/.github/workflows/examples-efr32.yaml index fd3ca94e8244f3..ec432f86ec1dc4 100644 --- a/.github/workflows/examples-efr32.yaml +++ b/.github/workflows/examples-efr32.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: From 9070557a26f5194213c918bf6ecd7f1337c19078 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:18:32 -0400 Subject: [PATCH 51/76] Update examples-esp32.yaml --- .github/workflows/examples-esp32.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/examples-esp32.yaml b/.github/workflows/examples-esp32.yaml index 56aa3be1b1ffef..a2dca96dc6dd24 100644 --- a/.github/workflows/examples-esp32.yaml +++ b/.github/workflows/examples-esp32.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: From d69727bee4dc559b1c9f663d2aebbf224b142bf4 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:18:38 -0400 Subject: [PATCH 52/76] Update examples-infineon.yaml --- .github/workflows/examples-infineon.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/examples-infineon.yaml b/.github/workflows/examples-infineon.yaml index 3127f839421eaa..ada44f1557baaf 100644 --- a/.github/workflows/examples-infineon.yaml +++ b/.github/workflows/examples-infineon.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: workflow_dispatch: From cd65bdd4dfa86be43a63a37966fa109826ae22f0 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:18:44 -0400 Subject: [PATCH 53/76] Update examples-linux-arm.yaml --- .github/workflows/examples-linux-arm.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/examples-linux-arm.yaml b/.github/workflows/examples-linux-arm.yaml index e45d94829dc19f..ee226b12dc2881 100644 --- a/.github/workflows/examples-linux-arm.yaml +++ b/.github/workflows/examples-linux-arm.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: From 4521dccdccacb378295984a485a040e1f3a86904 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:18:50 -0400 Subject: [PATCH 54/76] Update examples-linux-imx.yaml --- .github/workflows/examples-linux-imx.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/examples-linux-imx.yaml b/.github/workflows/examples-linux-imx.yaml index 1d510f1d57db8e..d2f1014eb576cf 100644 --- a/.github/workflows/examples-linux-imx.yaml +++ b/.github/workflows/examples-linux-imx.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: From a9843a2f4fbd38c75495834e1ec5b3d891c47b78 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:18:56 -0400 Subject: [PATCH 55/76] Update examples-linux-standalone.yaml --- .github/workflows/examples-linux-standalone.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/examples-linux-standalone.yaml b/.github/workflows/examples-linux-standalone.yaml index d926f569347067..83b82369ba4878 100644 --- a/.github/workflows/examples-linux-standalone.yaml +++ b/.github/workflows/examples-linux-standalone.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: From aa455012f076cb5e7b04b8055d9c55ff611c8e1b Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:19:02 -0400 Subject: [PATCH 56/76] Update examples-linux-tv-casting-app.yaml --- .github/workflows/examples-linux-tv-casting-app.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/examples-linux-tv-casting-app.yaml b/.github/workflows/examples-linux-tv-casting-app.yaml index 2a7693b97ea3a5..e2617aeec7f42e 100644 --- a/.github/workflows/examples-linux-tv-casting-app.yaml +++ b/.github/workflows/examples-linux-tv-casting-app.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: From a0618d14fd295961284016bd471d294f82967b0d Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:19:08 -0400 Subject: [PATCH 57/76] Update examples-mw320.yaml --- .github/workflows/examples-mw320.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/examples-mw320.yaml b/.github/workflows/examples-mw320.yaml index 1f8098fe6cc542..8f76321a0c0242 100644 --- a/.github/workflows/examples-mw320.yaml +++ b/.github/workflows/examples-mw320.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: From ca3d5608501acb08273415a6ec6a1cbd3caf2134 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:19:14 -0400 Subject: [PATCH 58/76] Update examples-nrfconnect.yaml --- .github/workflows/examples-nrfconnect.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/examples-nrfconnect.yaml b/.github/workflows/examples-nrfconnect.yaml index 44d1300c19787e..d781087fc84760 100644 --- a/.github/workflows/examples-nrfconnect.yaml +++ b/.github/workflows/examples-nrfconnect.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: From 0c7496dd77162b5152337239a0efb3add08ddf5f Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:19:20 -0400 Subject: [PATCH 59/76] Update examples-nuttx.yaml --- .github/workflows/examples-nuttx.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/examples-nuttx.yaml b/.github/workflows/examples-nuttx.yaml index 2ed43ac6de8002..f1f682e00898f6 100644 --- a/.github/workflows/examples-nuttx.yaml +++ b/.github/workflows/examples-nuttx.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: workflow_dispatch: From 6531c45e6e094e706e3a0702f746f1c4bdb3a7fb Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:19:45 -0400 Subject: [PATCH 60/76] Update examples-nxp.yaml --- .github/workflows/examples-nxp.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/examples-nxp.yaml b/.github/workflows/examples-nxp.yaml index f00d0c4738f3c8..6354718f25b700 100644 --- a/.github/workflows/examples-nxp.yaml +++ b/.github/workflows/examples-nxp.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: From 83c05cf17415c7826636c490d303aabd2d69e800 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:19:51 -0400 Subject: [PATCH 61/76] Update examples-qpg.yaml --- .github/workflows/examples-qpg.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/examples-qpg.yaml b/.github/workflows/examples-qpg.yaml index 22b1ecdc569ef5..312c49329283cd 100644 --- a/.github/workflows/examples-qpg.yaml +++ b/.github/workflows/examples-qpg.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: From 16efa9b728e7c33b25feadbe930a7299ebe494b3 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:19:57 -0400 Subject: [PATCH 62/76] Update examples-stm32.yaml --- .github/workflows/examples-stm32.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/examples-stm32.yaml b/.github/workflows/examples-stm32.yaml index aa5962843751cd..2e8f8576735bfe 100644 --- a/.github/workflows/examples-stm32.yaml +++ b/.github/workflows/examples-stm32.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: From 876424a0cba150110078072a10fa55bc0c59c6c3 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:20:02 -0400 Subject: [PATCH 63/76] Update examples-telink.yaml --- .github/workflows/examples-telink.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/examples-telink.yaml b/.github/workflows/examples-telink.yaml index 5e76cb609b5493..64b3d6bb7c93ce 100644 --- a/.github/workflows/examples-telink.yaml +++ b/.github/workflows/examples-telink.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: From 15ee081a45b21c9afe47221d8aa4bbe2a9d8fa7e Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:20:09 -0400 Subject: [PATCH 64/76] Update examples-tizen.yaml --- .github/workflows/examples-tizen.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/examples-tizen.yaml b/.github/workflows/examples-tizen.yaml index 0186572afd4c34..f0e4dfb3a206dd 100644 --- a/.github/workflows/examples-tizen.yaml +++ b/.github/workflows/examples-tizen.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: From fdec531907717d3f86a18204e656e99af0da0427 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:20:24 -0400 Subject: [PATCH 65/76] Update full-android.yaml --- .github/workflows/full-android.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/full-android.yaml b/.github/workflows/full-android.yaml index 863d88b66b7b3d..c3871ad8815152 100644 --- a/.github/workflows/full-android.yaml +++ b/.github/workflows/full-android.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' workflow_dispatch: concurrency: From b0efe55d2f6b53d91c238e908d31a2b26daafd4c Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:20:31 -0400 Subject: [PATCH 66/76] Update gradle-wrapper-validation.yml --- .github/workflows/gradle-wrapper-validation.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/gradle-wrapper-validation.yml b/.github/workflows/gradle-wrapper-validation.yml index 332f8720dd4c8b..ba0ade69c91b2c 100644 --- a/.github/workflows/gradle-wrapper-validation.yml +++ b/.github/workflows/gradle-wrapper-validation.yml @@ -4,8 +4,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: jobs: From 007d45c3a2de7e51b7963d48f05dcad72eeae239 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:20:37 -0400 Subject: [PATCH 67/76] Update java-tests.yaml --- .github/workflows/java-tests.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/java-tests.yaml b/.github/workflows/java-tests.yaml index ff5147473fdb5e..abf2e75027b489 100644 --- a/.github/workflows/java-tests.yaml +++ b/.github/workflows/java-tests.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: workflow_dispatch: From 6b25553b69ebea806c18db119d1861316a2b4cec Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:20:43 -0400 Subject: [PATCH 68/76] Update lint.yml --- .github/workflows/lint.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c75c28c90490e5..a914e5ae369b50 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: workflow_dispatch: From f339479e728e985e035e823e2c2208397202ea64 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:20:49 -0400 Subject: [PATCH 69/76] Update minimal-build.yaml --- .github/workflows/minimal-build.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/minimal-build.yaml b/.github/workflows/minimal-build.yaml index 30f5b3f48f2139..dae8a2b8ce0a7f 100644 --- a/.github/workflows/minimal-build.yaml +++ b/.github/workflows/minimal-build.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: From a8fdfdfac9f29d2cbce3cee8c40d2619176eb845 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:20:56 -0400 Subject: [PATCH 70/76] Update qemu.yaml --- .github/workflows/qemu.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/qemu.yaml b/.github/workflows/qemu.yaml index ba818e4bc44893..b3115f2ff3113a 100644 --- a/.github/workflows/qemu.yaml +++ b/.github/workflows/qemu.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: From 063fc369135e960a0cdea6ef35785e4e090e8282 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:21:02 -0400 Subject: [PATCH 71/76] Update spell.yml --- .github/workflows/spell.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/spell.yml b/.github/workflows/spell.yml index 7d48ef3c7190c5..fa0fc222c8daa4 100644 --- a/.github/workflows/spell.yml +++ b/.github/workflows/spell.yml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' paths: - "**.md" - ".github/.wordlist.txt" From 9e602c82fcd822c8b555a27834744d94bbb6c8cf Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:21:08 -0400 Subject: [PATCH 72/76] Update tests.yaml --- .github/workflows/tests.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index eefcb9e5d837b3..f6141891e31d92 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: workflow_dispatch: From 5df80187024aa5bcee1e110e67bb38604c341159 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:21:15 -0400 Subject: [PATCH 73/76] Update unit_integration_test.yaml --- .github/workflows/unit_integration_test.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/unit_integration_test.yaml b/.github/workflows/unit_integration_test.yaml index ac68e690ddc631..b51dfaa8fc2fde 100644 --- a/.github/workflows/unit_integration_test.yaml +++ b/.github/workflows/unit_integration_test.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: From 8a52d5881268aecf6bac1df360138e87fcbf6a56 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:21:21 -0400 Subject: [PATCH 74/76] Update zap_templates.yaml --- .github/workflows/zap_templates.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/zap_templates.yaml b/.github/workflows/zap_templates.yaml index d72232c9e2832e..717f8ca95628fa 100644 --- a/.github/workflows/zap_templates.yaml +++ b/.github/workflows/zap_templates.yaml @@ -19,8 +19,6 @@ on: branches: - master - 'v*-branch' - branches-ignore: - - 'dependabot/**' pull_request: merge_group: From 6ee2f4ef7af506124ede15a4848c79c1407a361a Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:22:45 -0400 Subject: [PATCH 75/76] Put back the original efr32 workflow to check runs --- .github/workflows/examples-efr32.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/examples-efr32.yaml b/.github/workflows/examples-efr32.yaml index 39fcff1f5b6cfd..498a250dc9e027 100644 --- a/.github/workflows/examples-efr32.yaml +++ b/.github/workflows/examples-efr32.yaml @@ -15,10 +15,9 @@ name: Build example - EFR32 on: - push: - branches: - - master - - 'v*-branch' + push: + branches-ignore: + - 'dependabot/**' pull_request: merge_group: From 278ce59a4d3018e13833142e641409ea46f72a14 Mon Sep 17 00:00:00 2001 From: Vatsal Ghelani <152916324+vatsalghelani-csa@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:05:01 -0400 Subject: [PATCH 76/76] Update examples-efr32.yaml --- .github/workflows/examples-efr32.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/examples-efr32.yaml b/.github/workflows/examples-efr32.yaml index 498a250dc9e027..6d286355970cce 100644 --- a/.github/workflows/examples-efr32.yaml +++ b/.github/workflows/examples-efr32.yaml @@ -16,8 +16,9 @@ name: Build example - EFR32 on: push: - branches-ignore: - - 'dependabot/**' + branches: + - master + - 'v*-branch' pull_request: merge_group: