We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c293c28 commit ea61521Copy full SHA for ea61521
1 file changed
.github/workflows/CI.yml
@@ -65,11 +65,16 @@ jobs:
65
run:
66
shell: bash -l {0}
67
steps:
68
- - name: Checkout RMG-Py
+ - name: Checkout RMG-Py - Resuable Workflow
69
+ if: github.repository == 'ReactionMechanismGenerator/RMG-database'
70
uses: actions/checkout@v3
71
with:
72
repository: ReactionMechanismGenerator/RMG-Py
73
74
+ - name: Clone RMG-Py - RMG-Py
75
+ if: github.repository != 'ReactionMechanismGenerator/RMG-database'
76
+ uses: actions/checkout@v3
77
+
78
# configures the mamba environment manager and builds the environment
79
- name: Setup Mambaforge Python 3.7
80
uses: conda-incubator/setup-miniconda@v2
0 commit comments