Skip to content

Commit

Permalink
ci(buildkite): fix GPU tests not being run on Buildkite
Browse files Browse the repository at this point in the history
Remove the extra stray `steps` that sneaked in to run GPU tests on
buildkite CI.

Fixes: 12ab042 ("ci: run Documentation builds on buildkite instead of GHA")
  • Loading branch information
thazhemadam committed Oct 11, 2023
1 parent c92bb8b commit 31beb7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ steps:
# Don't run Buildkite if the commit message includes the text [skip tests]
if: build.message !~ /\[skip tests\]/

steps:
- label: "Documentation"
plugins:
- JuliaCI/julia#v1:
Expand Down

0 comments on commit 31beb7c

Please sign in to comment.