Skip to content

Commit

Permalink
maybe fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
miriamgoldman committed Jul 30, 2024
1 parent bc324b9 commit 160016e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/multidev-removal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 160016e

Please sign in to comment.