Skip to content

Commit cca588e

Browse files
committed
Fix zizmor reports
1 parent f44cc54 commit cca588e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
permissions:
1010
contents: read
1111

12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.ref }}
14+
cancel-in-progress: true
15+
1216
jobs:
1317
tests:
1418
name: "PHPUnit (PHP ${{ matrix.php }})"
@@ -113,7 +117,8 @@ jobs:
113117
SOURCE_ROOTS: 'src'
114118
SHOW_MODIFIED: 'false'
115119
SHOW_REMOVED: 'true'
116-
run: bash ${{ github.workspace }}/scripts/detect.sh
120+
WORKSPACE: ${{ github.workspace }}
121+
run: bash "${WORKSPACE}/scripts/detect.sh"
117122

118123
- name: "Assert expected output"
119124
run: |

0 commit comments

Comments
 (0)