From 3231d08be407d2036fb5d1b4c3c32653d39a673e Mon Sep 17 00:00:00 2001 From: Joseph Julicher Date: Wed, 19 May 2021 17:01:54 -0700 Subject: [PATCH] fixed CI repo branch (#330) --- .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 77184c110..b23b38f94 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