From 10dbc7f74635f121e5464fd0cdfb1ec77794b62a Mon Sep 17 00:00:00 2001 From: Jason Smith Date: Mon, 8 Apr 2024 18:57:52 -0700 Subject: [PATCH] TEMPORARY CHANGES to allow testing workflows in my branch --- .github/workflows/test-builds.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-builds.yml b/.github/workflows/test-builds.yml index 5a5973894b992..a0eda5116bdd7 100644 --- a/.github/workflows/test-builds.yml +++ b/.github/workflows/test-builds.yml @@ -10,6 +10,7 @@ on: branches: - bugfix-2.1.x - 2.1.x + - InWork/costas/2024_better-tests-rebased-squashed2 paths-ignore: - config/** - data/** @@ -19,6 +20,7 @@ on: branches: - bugfix-2.1.x - 2.1.x + - InWork/costas/2024_better-tests-rebased-squashed2 paths-ignore: - config/** - data/** @@ -28,7 +30,7 @@ on: jobs: test_builds: name: Run All Tests - if: github.repository == 'MarlinFirmware/Marlin' + if: github.repository == 'sjasonsmith/Marlin' runs-on: ubuntu-latest