diff --git a/.github/workflows/CI-run-compilation-tests.yml b/.github/workflows/CI-run-compilation-tests.yml index 90d69c81dd14c..4936fb68385c4 100644 --- a/.github/workflows/CI-run-compilation-tests.yml +++ b/.github/workflows/CI-run-compilation-tests.yml @@ -19,6 +19,7 @@ on: branches: - bugfix-2.1.x - 2.1.x + - InWork/costas/2024_better-tests-rebased-squashed2 paths-ignore: - config/** - data/** @@ -28,7 +29,7 @@ on: jobs: test_builds: name: Run All Compilation Tests - if: github.repository == 'MarlinFirmware/Marlin' + if: github.repository == 'sjasonsmith/Marlin' runs-on: ubuntu-latest diff --git a/.github/workflows/CI-run-unit-tests.yml b/.github/workflows/CI-run-unit-tests.yml index efd51debf0257..ad305f3ff2704 100644 --- a/.github/workflows/CI-run-unit-tests.yml +++ b/.github/workflows/CI-run-unit-tests.yml @@ -9,6 +9,7 @@ on: pull_request: branches: - bugfix-2.1.x + - InWork/costas/2024_better-tests-rebased-squashed2 # Cannot be enabled on 2.1.x until it contains the unit test framework #- 2.1.x paths-ignore: @@ -34,7 +35,7 @@ jobs: name: Run All Unit Tests # These tests will only be able to run on the bugfix-2.1.x branch, until the next release # pulls them into additional branches. - if: github.repository == 'MarlinFirmware/Marlin' + if: github.repository == 'sjasonsmith/Marlin' runs-on: ubuntu-latest