From 2a7a2af29f3ec79d49ca2d5d607adef5d5f12b47 Mon Sep 17 00:00:00 2001 From: Joseph Julicher Date: Wed, 19 May 2021 17:00:01 -0700 Subject: [PATCH] fixed CI repo branch --- .github/workflows/kernel-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kernel-checks.yml b/.github/workflows/kernel-checks.yml index 77184c110f..b23b38f94d 100644 --- a/.github/workflows/kernel-checks.yml +++ b/.github/workflows/kernel-checks.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v2 with: repository: FreeRTOS/FreeRTOS - ref: smp + ref: main path: tools # Checkout user pull request changes