File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525
2626 test-non-ase :
2727 # prevent this action from running on forks
28- if : github.repository == 'materialsproject/atomate2'
28+ # if: github.repository == 'materialsproject/atomate2'
2929
3030 services :
3131 local_mongodb :
9999
100100 test-openff :
101101 # prevent this action from running on forks
102- if : github.repository == 'materialsproject/atomate2'
102+ # if: github.repository == 'materialsproject/atomate2'
103103
104104 services :
105105 local_mongodb :
@@ -155,7 +155,7 @@ jobs:
155155
156156 test-notebooks-and-ase :
157157 # prevent this action from running on forks
158- if : github.repository == 'materialsproject/atomate2'
158+ # if: github.repository == 'materialsproject/atomate2'
159159
160160 # It seems like anything torch-dependent and tblite can't be installed in the same environment
161161 # without the tblite tests failing in CI, see, e.g.:
@@ -226,7 +226,7 @@ jobs:
226226
227227 test-force-field-notebook :
228228 # prevent this action from running on forks
229- if : github.repository == 'materialsproject/atomate2'
229+ # if: github.repository == 'materialsproject/atomate2'
230230
231231 services :
232232 local_mongodb :
You can’t perform that action at this time.
0 commit comments