We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
=~
matches
1 parent 6bd5143 commit 0cda33dCopy full SHA for 0cda33d
.github/workflows/ci.yml
@@ -220,7 +220,7 @@ jobs:
220
infection:
221
name: "🧬 Mutation Testing"
222
needs: [prepare_dependencies, tests]
223
- if: ${{ github.ref_name =~ '^[0-9]+\.[0-9]+\.x$' }}
+ if: ${{ github.ref_name matches '^[0-9]+\.[0-9]+\.x$' }}
224
runs-on: ubuntu-latest
225
container:
226
image: ghcr.io/spomky-labs/phpqa:8.4
0 commit comments