Skip to content

Commit

Permalink
Fix CI workflow to function on forked pushes.
Browse files Browse the repository at this point in the history
This is what we did in the (abandoned) PR #2510 and should
have been done in PR #2512.

It means that when the CI runs on pushes
to a forked repository, it checks out that
forked repository.
  • Loading branch information
rwest committed Aug 2, 2023
1 parent 5be8b0e commit 5a12c97
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ jobs:
steps:
- name: Checkout RMG-Py
uses: actions/checkout@v3
with:
repository: ReactionMechanismGenerator/RMG-Py

# configures the mamba environment manager and builds the environment
- name: Setup Mambaforge Python 3.7
Expand Down Expand Up @@ -114,8 +112,6 @@ jobs:
steps:
- name: Checkout RMG-Py
uses: actions/checkout@v3
with:
repository: ReactionMechanismGenerator/RMG-Py

# configures the mamba environment manager and builds the environment
- name: Setup Mambaforge Python 3.7
Expand Down

0 comments on commit 5a12c97

Please sign in to comment.