We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b047265 commit 3ae8908Copy full SHA for 3ae8908
.github/workflows/CI.yml
@@ -58,7 +58,12 @@ jobs:
58
run:
59
shell: bash -l {0}
60
steps:
61
- - name: Checkout RMG-Py
+ - name: Checkout RMG-Py - Resuable Workflow
62
+ if: github.repository == 'ReactionMechanismGenerator/RMG-database'
63
+ uses: actions/checkout@v3
64
+
65
+ - name: Clone RMG-Py - RMG-Py
66
+ if: github.repository != 'ReactionMechanismGenerator/RMG-database'
67
uses: actions/checkout@v3
68
69
# configures the mamba environment manager and builds the environment
0 commit comments