Skip to content

Commit

Permalink
TEMPORARY changes to test github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sjasonsmith committed Apr 9, 2024
1 parent 68fac74 commit d37450d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/CI-run-compilation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
branches:
- bugfix-2.1.x
- 2.1.x
- InWork/costas/2024_better-tests-rebased-squashed2
paths-ignore:
- config/**
- data/**
Expand All @@ -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

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/CI-run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

Expand Down

0 comments on commit d37450d

Please sign in to comment.