From 30e3eb5a0333f8affaf9c9102e551d4ec370314d Mon Sep 17 00:00:00 2001 From: Pol Alvarez Date: Thu, 28 Sep 2023 10:22:58 +0200 Subject: [PATCH] Revert "Update ci.yaml" --- .github/workflows/ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b4189a055..68d5daf3d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -419,7 +419,6 @@ jobs: destination_folder: 'staging-candidates/${{ steps.fill-metadata.outputs.deployment-name }}' user_email: 'ci@biomage.net' user_name: 'Biomage CI/CD' - - id: disable-admin-enforcement if: (matrix.environment == 'production' && github.event_name == 'release' && github.event.action == 'released') || (matrix.environment == 'develop' && github.event_name == 'push') @@ -431,10 +430,9 @@ jobs: repo: iac enforce_admins: false retries: 8 - - name: Push migrations into iac if: - github.repository_owner == 'hms-dbmi-cellenics' && github.event_name == 'push' + github.repository_owner == 'hms-dbmi-cellenics' && matrix.environment == 'develop' && github.event_name == 'push' uses: cpina/github-action-push-to-another-repository@main env: API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}