diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cd07d876e..694087f08 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,10 +18,6 @@ on: - 'package-lock.json' - '.github/workflows/lint.yml' -concurrency: - group: ${{ github.workflow }}-${{ github.head_ref }} - cancel-in-progress: true - defaults: run: shell: 'bash' diff --git a/.github/workflows/release-beta.yml b/.github/workflows/release-beta.yml index 2f5c411a7..0d39b99b2 100644 --- a/.github/workflows/release-beta.yml +++ b/.github/workflows/release-beta.yml @@ -11,9 +11,7 @@ on: - '.github/**' - '!.github/workflows/release.yml' - '!.github/workflows/beta.yml' -concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} - cancel-in-progress: true + env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9df0b4d92..cc57ae126 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,9 +11,7 @@ on: - '.github/**' - '!.github/workflows/release.yml' - '!.github/workflows/beta.yml' -concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} - cancel-in-progress: true + env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fe51cddcf..1d056176e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,10 +19,6 @@ on: - 'package-lock.json' - '.github/workflows/tests.yml' -concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} - cancel-in-progress: true - jobs: e2e: strategy: diff --git a/.github/workflows/typechecking.yml b/.github/workflows/typechecking.yml index e1c124cd8..4648c7903 100644 --- a/.github/workflows/typechecking.yml +++ b/.github/workflows/typechecking.yml @@ -21,10 +21,6 @@ on: - 'package-lock.json' - '.github/workflows/typechecking.yml' -concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} - cancel-in-progress: true - defaults: run: shell: 'bash' diff --git a/.github/workflows/update-electron-vendors.yml b/.github/workflows/update-electron-vendors.yml index bb055cfb0..9de103cd1 100644 --- a/.github/workflows/update-electron-vendors.yml +++ b/.github/workflows/update-electron-vendors.yml @@ -7,17 +7,10 @@ on: paths: - 'package-lock.json' - -concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} - cancel-in-progress: true - - defaults: run: shell: 'bash' - jobs: node-chrome: runs-on: ubuntu-latest