Skip to content

Commit

Permalink
Fix comments in workflow yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sjasonsmith committed Apr 22, 2024
1 parent b3eeab7 commit 867bc08
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci-validate-pins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,8 @@ on:
- '**/*.md'

jobs:
# This runs all unit tests as a single job. While it should be possible to break this up into
# multiple jobs, they currently run quickly and finish long before the compilation tests.
validate_pins_files:
name: Validate Pins Files
# 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'

runs-on: ubuntu-latest
Expand Down

0 comments on commit 867bc08

Please sign in to comment.