Skip to content

Commit

Permalink
Merge pull request #2 from miriamgoldman/multidev-deletion
Browse files Browse the repository at this point in the history
maybe fix syntax
  • Loading branch information
miriamgoldman authored Jul 30, 2024
2 parents 99014f8 + 160016e commit 901644d
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 901644d

Please sign in to comment.