Skip to content

Commit

Permalink
🔥 cleanup after code split test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanti committed Feb 24, 2025
1 parent 6fffd85 commit 5b2e2ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-grumphp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ jobs:
needs:
- test
- test-packages
# TODO remove all-merged:
if: ${{ ( startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/all-merged' ) && github.event_name == 'push' }}
if: ${{ ( startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' ) && github.event_name == 'push' }}
runs-on: ubuntu-latest
environment: code split
env:
Expand Down

0 comments on commit 5b2e2ec

Please sign in to comment.