We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e304a89 commit 564c62cCopy full SHA for 564c62c
.github/workflows/CI.yml
@@ -55,6 +55,11 @@ jobs:
55
runs-on: macos-13
56
# skip scheduled runs from forks
57
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' }}
63
defaults:
64
run:
65
shell: bash -l {0}
0 commit comments