Skip to content

Commit

Permalink
Merge pull request #1131 from openforcefield/update-beta
Browse files Browse the repository at this point in the history
Update beta workflow
  • Loading branch information
mattwthompson authored Jan 8, 2025
2 parents a70254f + cc74546 commit d283069
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/beta.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Tests against betas

on:
workflow_dispatch:
schedule:
- cron: "0 3 * * *"
workflow_dispatch:

defaults:
run:
Expand Down Expand Up @@ -56,9 +56,10 @@ jobs:
micromamba remove --force openff-interchange openff-interchange-base
python -m pip install . plugins/
- name: License OpenEye
- name: Install and license OpenEye Toolkits
if: ${{ matrix.openeye == true }}
run: |
micromamba install "openeye-toolkits =2024.1.0" -c openeye
echo "${SECRET_OE_LICENSE}" > ${OE_LICENSE}
python -c "from openeye import oechem; assert oechem.OEChemIsLicensed()"
env:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
schedule:
- cron: "0 5 * * *"
workflow_dispatch:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
schedule:
- cron: "0 7 * * *"
workflow_dispatch:
Expand Down

0 comments on commit d283069

Please sign in to comment.