Skip to content

Commit

Permalink
Publish right away
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Feb 12, 2025
1 parent f1574a2 commit ffa3960
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,8 @@ jobs:
run: vendor/bin/phpunit

trigger-workflow:
needs: test
runs-on: ubuntu-latest
if: |
success() &&
github.ref == 'refs/heads/2.x' &&
contains(github.event.head_commit.modified, 'docs/')
if: github.ref == 'refs/heads/2.x' && contains(github.event.head_commit.modified, 'docs/')
steps:
- name: Trigger site workflow
run: |
Expand Down

0 comments on commit ffa3960

Please sign in to comment.