From f6b2c875a5359f7f2b662dd0348d10992636de40 Mon Sep 17 00:00:00 2001 From: Rahul Kar Date: Wed, 5 Jun 2024 09:40:29 +0000 Subject: [PATCH 1/2] Add commit ID in manifest file for esp-aws-iot repo --- manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yml b/manifest.yml index 61ab775..aa5e1f3 100644 --- a/manifest.yml +++ b/manifest.yml @@ -10,7 +10,7 @@ dependencies: url: "https://github.com/FreeRTOS/FreeRTOS-Libraries-Integration-Tests" path: "components/FreeRTOS-Libraries-Integration-Tests/FreeRTOS-Libraries-Integration-Tests" - name: "esp-aws-iot" - version: "202210.01-LTS-release" + version: "07417a38e05d0cb44627f96be708e2017fe187a6" repository: type: "git" url: "https://github.com/espressif/esp-aws-iot.git" From cd54f14780772aeb25d4503c0e686acf850058cc Mon Sep 17 00:00:00 2001 From: Rahul Kar Date: Wed, 5 Jun 2024 09:51:13 +0000 Subject: [PATCH 2/2] Enable CI checks for pull requests on all branches --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c101b6e..f10712f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: push: branches: ["**"] pull_request: - branches: [main] + branches: ["**"] workflow_dispatch: jobs: