mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-07 00:36:13 +02:00
Specify bash shell and remove unneeded if
This commit is contained in:
parent
ecebec0e96
commit
e6dc2c750c
2 changed files with 1 additions and 3 deletions
3
.github/workflows/testing_schedule.yaml
vendored
3
.github/workflows/testing_schedule.yaml
vendored
|
@ -10,9 +10,6 @@ defaults:
|
|||
|
||||
jobs:
|
||||
test_all:
|
||||
if: >
|
||||
! contains(github.event.head_commit.message, '[ci skip]')
|
||||
github.event_name == 'schedule'
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue