diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c186d4..3775b12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ concurrency: jobs: quality: - name: Reproducible workspace check + name: ui-web checks runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.github/workflows/release-and-publish.yml b/.github/workflows/release-and-publish.yml index 49c09df..d96f913 100644 --- a/.github/workflows/release-and-publish.yml +++ b/.github/workflows/release-and-publish.yml @@ -5,6 +5,10 @@ on: branches: - main +concurrency: + group: ui-release-main + cancel-in-progress: false + jobs: release: runs-on: ubuntu-latest