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.
1 parent 7eab71c commit fce2dc7Copy full SHA for fce2dc7
.github/workflows/premerge.yaml
@@ -76,7 +76,7 @@ jobs:
76
export CC=/opt/llvm/bin/clang
77
export CXX=/opt/llvm/bin/clang++
78
79
- if ! [[ "${{ matrix.runs_on }}" =~ "^depot" ]]; then
+ if ! [[ "${{ matrix.runs-on }}" =~ "^depot" ]]; then
80
81
# This environment variable is passes into the container through the
82
# runner pod definition. This differs between our two clusters which
0 commit comments