Skip to content

Commit

Permalink
Use the lithium_rebase branch of RMG-database for CI
Browse files Browse the repository at this point in the history
This is needed for testing.
Once lithium_rebase is merged to main on the database,
we can go back to using main.
  • Loading branch information
ssun30 authored and rwest committed Nov 24, 2024
1 parent 3e0da70 commit 582539c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
runs-on: macos-13
# skip scheduled runs from forks
if: ${{ !( github.repository != 'ReactionMechanismGenerator/RMG-Py' && github.event_name == 'schedule' ) }}
env:
# Update this if needed to match a pull request on the RMG-database:
RMG_DATABASE_BRANCH: lithium_rebase
# This is true only if this is a reference case for the regression testing:
REFERENCE_JOB: ${{ github.ref == 'refs/heads/main' && matrix.os =='ubuntu-latest' && github.repository == 'ReactionMechanismGenerator/RMG-Py' }}
defaults:
run:
shell: bash -l {0}
Expand Down

0 comments on commit 582539c

Please sign in to comment.