Skip to content

Commit b8b82f5

Browse files
committed
Enable cancel in progress
1 parent 6678026 commit b8b82f5

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313

1414
name: 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+
1620
jobs:
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

0 commit comments

Comments
 (0)