Skip to content

Commit dd45858

Browse files
committed
updated buildkite.yaml
1 parent 9226aed commit dd45858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildkite.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ jobs:
7878
container: buildkite/agent:ubuntu
7979
steps:
8080
- name: Linux Release
81-
if: runner.os == Linux
81+
if: runner.os == 'Linux'
8282
run: |
8383
[ -e /.dockerenv ] && ls -l /.dockerenv
8484
echo
8585
cat /etc/*-release
8686
8787
- name: Linux Hardware
88-
if: runner.os == Linux
88+
if: runner.os == 'Linux'
8989
run: |
9090
set +x
9191
echo -n "CPUs: "

0 commit comments

Comments
 (0)