Skip to content

Commit 5023c7e

Browse files
committed
Remove comment
1 parent c19acef commit 5023c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

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

4949
trigger-workflow:
50-
needs: test # This makes it wait for test job to complete
50+
needs: test
5151
runs-on: ubuntu-latest
5252
if: |
5353
success() &&

0 commit comments

Comments
 (0)