Skip to content

Commit 564c62c

Browse files
ssun30rwest
authored andcommitted
Use the lithium_rebase branch of RMG-database for CI
This is needed for testing. Once lithium_rebase is merged to main on the database, we can go back to using main.
1 parent e304a89 commit 564c62c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ jobs:
5555
runs-on: macos-13
5656
# skip scheduled runs from forks
5757
if: ${{ !( github.repository != 'ReactionMechanismGenerator/RMG-Py' && github.event_name == 'schedule' ) }}
58+
env:
59+
# Update this if needed to match a pull request on the RMG-database:
60+
RMG_DATABASE_BRANCH: lithium_rebase
61+
# This is true only if this is a reference case for the regression testing:
62+
REFERENCE_JOB: ${{ github.ref == 'refs/heads/main' && matrix.os =='ubuntu-latest' && github.repository == 'ReactionMechanismGenerator/RMG-Py' }}
5863
defaults:
5964
run:
6065
shell: bash -l {0}

0 commit comments

Comments
 (0)