mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 19:48:31 +02:00
Fix extraneous greater than symbol
This commit is contained in:
parent
4b53ffbb66
commit
9ac05ee8f7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/testing.yaml
vendored
2
.github/workflows/testing.yaml
vendored
|
@ -29,7 +29,7 @@ defaults:
|
|||
jobs:
|
||||
test:
|
||||
if: >
|
||||
! contains(github.event.head_commit.message, '[ci skip]') >
|
||||
! contains(github.event.head_commit.message, '[ci skip]')
|
||||
&& (matrix.python-version != '3.11-dev' || github.event_name == 'schedule')
|
||||
runs-on: ${{ matrix.os }}
|
||||
continue-on-error: ${{ matrix.python-version == '3.11-dev' }}
|
||||
|
|
Loading…
Add table
Reference in a new issue