Skip to content

Commit 7eab71c

Browse files
committed
Fix typo
1 parent 8ff572d commit 7eab71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/premerge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
export CC=/opt/llvm/bin/clang
7777
export CXX=/opt/llvm/bin/clang++
7878
79-
if ! [[ "${{ matrix.runs_on }}" =~ "^depot" ]; then
79+
if ! [[ "${{ matrix.runs_on }}" =~ "^depot" ]]; then
8080
8181
# This environment variable is passes into the container through the
8282
# runner pod definition. This differs between our two clusters which

0 commit comments

Comments
 (0)