Skip to content

Commit 3de67ca

Browse files
Merge pull request #613 from openforcefield/no-cron-jobs-on-forks
Skip cron jobs on forks
2 parents 97d31e6 + c8f3acc commit 3de67ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717

1818
jobs:
1919
test:
20+
if: (github.event_name == 'schedule' && github.repository == 'openforcefield/openforcefield') || (github.event_name != 'schedule')
2021
name: Test on ${{ matrix.cfg.os }}, Python ${{ matrix.python-version }}, RDKit=${{ matrix.cfg.rdkit }}, OpenEye=${{ matrix.cfg.openeye }}
2122
runs-on: ${{ matrix.cfg.os }}
2223
strategy:

0 commit comments

Comments
 (0)