diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4e2cc7a77d..1dfe55657f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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}