From 5a12c97d9fcac8ddca7c308b55d6c4a4fc53b2f2 Mon Sep 17 00:00:00 2001 From: Richard West Date: Wed, 2 Aug 2023 14:22:01 -0400 Subject: [PATCH] Fix CI workflow to function on forked pushes. 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. --- .github/workflows/CI.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 251fa9cd4f..3fad8b11d0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 @@ -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