File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414name : CI
1515
16+ concurrency :
17+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.inputs.pr_number || format('sha-{0}', github.sha) }}
18+ cancel-in-progress : true
19+
1620jobs :
1721 docker_smoketests :
1822 name : Smoketests
@@ -424,11 +428,6 @@ jobs:
424428 with :
425429 run_install : true
426430
427- - name : Create /stdb dir
428- run : |
429- sudo mkdir /stdb
430- sudo chmod 777 /stdb
431-
432431 - name : Get pnpm store directory
433432 shell : bash
434433 run : |
@@ -444,10 +443,6 @@ jobs:
444443
445444 - uses : dsherret/rust-toolchain-file@v1
446445
447- - uses : actions/setup-dotnet@v3
448- with :
449- global-json-file : global.json
450-
451446 - name : Check for docs change
452447 run : |
453448 cargo run --features markdown-docs -p spacetimedb-cli > docs/docs/cli-reference.md
You can’t perform that action at this time.
0 commit comments