Skip to content

Commit

Permalink
πŸ› fix code split release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanti committed Feb 24, 2025
1 parent 5b2e2ec commit 5bad1c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/run-grumphp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
jobs:
test:
name: "php: ${{ matrix.php }} TYPO3: ${{ matrix.typo3 }}"
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -34,7 +33,6 @@ jobs:

test-packages:
name: "${{ matrix.package }} php: ${{ matrix.php }}"
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 5bad1c1

Please sign in to comment.