We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff06058 commit f88a90bCopy full SHA for f88a90b
.github/workflows/tests.yml
@@ -4,10 +4,6 @@ on:
4
push:
5
pull_request:
6
7
-concurrency:
8
- group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
9
- cancel-in-progress: true
10
-
11
jobs:
12
e2e:
13
name: PHP ${{ matrix.php }} - WP ${{ matrix.wordpress }}
0 commit comments