File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ concurrency:
18
18
19
19
jobs :
20
20
job_metadata :
21
+ if : github.repository == 'nipreps/niworkflows'
21
22
runs-on : ubuntu-latest
22
23
outputs :
23
24
commit_message : ${{ steps.get_commit_message.outputs.commit_message }}
49
50
echo version=$VERSION | tee -a $GITHUB_OUTPUT
50
51
51
52
build :
53
+ if : github.repository == 'nipreps/niworkflows'
52
54
runs-on : ubuntu-latest
53
55
steps :
54
56
- uses : actions/checkout@v3
70
72
path : dist/
71
73
72
74
get_data :
75
+ if : github.repository == 'nipreps/niworkflows'
73
76
runs-on : ubuntu-latest
74
77
defaults :
75
78
run :
@@ -246,6 +249,7 @@ jobs:
246
249
name : Submit to CodeCov
247
250
248
251
flake8 :
252
+ if : github.event_name != 'schedule'
249
253
runs-on : ubuntu-latest
250
254
steps :
251
255
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments