Skip to content

Commit e11a778

Browse files
committed
CI: Update config in prep for merge
1 parent 7742627 commit e11a778

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/unittests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ on:
55
pull_request:
66
schedule:
77
- cron: 0 0 * * 0
8+
# Allow job to be triggered manually from GitHub interface
9+
workflow_dispatch:
10+
11+
# Force pytest to use color
12+
env:
13+
FORCE_COLOR: true
814

915
concurrency:
1016
group: ${{ github.workflow }}-${{ github.ref }}
@@ -18,7 +24,7 @@ defaults:
1824
shell: bash -el {0}
1925

2026
jobs:
21-
build-linux:
27+
test:
2228
if: "!contains(github.event.head_commit.message, '[skip ci]' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != 'nipreps/sdcflows'))"
2329
runs-on: ubuntu-latest
2430
env:

0 commit comments

Comments
 (0)