Skip to content

Commit 5b2e2ec

Browse files
committed
🔥 cleanup after code split test
1 parent 6fffd85 commit 5b2e2ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎.github/workflows/run-grumphp-test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ jobs:
5959
needs:
6060
- test
6161
- test-packages
62-
# TODO remove all-merged:
63-
if: ${{ ( startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/all-merged' ) && github.event_name == 'push' }}
62+
if: ${{ ( startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' ) && github.event_name == 'push' }}
6463
runs-on: ubuntu-latest
6564
environment: code split
6665
env:

0 commit comments

Comments
 (0)