From 160016eb594fb1b0b558794f3e62c0b6a7f97cff Mon Sep 17 00:00:00 2001 From: Miriam Goldman Date: Tue, 30 Jul 2024 09:46:53 -0400 Subject: [PATCH] maybe fix syntax --- .github/workflows/multidev-removal.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/multidev-removal.yml b/.github/workflows/multidev-removal.yml index 29719081..c0d5a8fa 100644 --- a/.github/workflows/multidev-removal.yml +++ b/.github/workflows/multidev-removal.yml @@ -12,11 +12,6 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: "8.2" - - identify_sites: - runs-on: ubuntu-latest - needs: configure_env - steps: - name: Install Terminus uses: pantheon-systems/terminus-github-actions@main with: @@ -25,8 +20,8 @@ jobs: remove_pr_env: runs-on: ubuntu-latest - needs: [ identify_sites, configure_env ] - if: github.event_name = 'pull_request' + needs: [ configure_env ] + if: github.event_name == 'pull_request' steps: - name: Install Terminus uses: pantheon-systems/terminus-github-actions@v1