Fix extraneous greater than symbol

This commit is contained in:
Micah Jerome Ellison 2021-12-11 13:52:11 -08:00
parent 4b53ffbb66
commit 9ac05ee8f7

View file

@ -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' }}