Skip to content

Commit

Permalink
Remove blank (comment) line
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Dec 18, 2024
1 parent 1ca0ea4 commit 0884871
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test_checkout_one_os.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Run tests from source on one platform
# Logic based on https://stackoverflow.com/a/73953210
on:
on: # Logic based on https://stackoverflow.com/a/73953210
workflow_call:
inputs:
if:
Expand All @@ -20,7 +19,6 @@ on:
tox-skip-env:
description: 'Regex for skipped tests'
required: false
# default: '.*?(py311).*?'
default: ''
type: string
coverage:
Expand Down

0 comments on commit 0884871

Please sign in to comment.