Skip to content

Commit

Permalink
multilane logic tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCreator committed Aug 23, 2023
1 parent 1aa95f4 commit 9cf2819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/github-worker-cuda-11-8/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ else

# If lane2 runner is enabled, start it
# this is enabled with RUNNER_LANE2=true
if [[ -z "${RUNNER_LANE2}" ]]; then
if [ "$RUNNER_LANE2" != true ]; then

# Configure unattended
./config.sh \
Expand Down

0 comments on commit 9cf2819

Please sign in to comment.