Skip to content

Commit fce2dc7

Browse files
committed
fix typo
1 parent 7eab71c commit fce2dc7

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)