Skip to content

Commit ffa3960

Browse files
committed
Publish right away
1 parent f1574a2 commit ffa3960

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,8 @@ jobs:
4747
run: vendor/bin/phpunit
4848

4949
trigger-workflow:
50-
needs: test
5150
runs-on: ubuntu-latest
52-
if: |
53-
success() &&
54-
github.ref == 'refs/heads/2.x' &&
55-
contains(github.event.head_commit.modified, 'docs/')
51+
if: github.ref == 'refs/heads/2.x' && contains(github.event.head_commit.modified, 'docs/')
5652
steps:
5753
- name: Trigger site workflow
5854
run: |

0 commit comments

Comments
 (0)