Commit 57e70751 authored by tom's avatar tom

[skip ci] disable concurrency for gh pre-release workflows

parent 9d9926fd
......@@ -13,9 +13,9 @@ on:
- 'public/**'
- 'stub/**'
concurrency:
group: ${{ github.workflow }}__${{ github.job }}__${{ github.ref }}
cancel-in-progress: true
# concurrency:
# group: ${{ github.workflow }}__${{ github.job }}__${{ github.ref }}
# cancel-in-progress: true
jobs:
code_quality:
......
......@@ -4,9 +4,9 @@ on:
workflow_dispatch:
workflow_call:
concurrency:
group: ${{ github.workflow }}__${{ github.job }}__${{ github.ref }}
cancel-in-progress: true
# concurrency:
# group: ${{ github.workflow }}__${{ github.job }}__${{ github.ref }}
# cancel-in-progress: true
jobs:
publish_image:
......
......@@ -46,9 +46,9 @@ on:
description: "JSON encoded list of issues linked to commits in the release"
value: ${{ jobs.run.outputs.issues }}
concurrency:
group: ${{ github.workflow }}__${{ github.job }}__${{ github.ref }}
cancel-in-progress: true
# concurrency:
# group: ${{ github.workflow }}__${{ github.job }}__${{ github.ref }}
# cancel-in-progress: true
jobs:
run:
......
......@@ -12,10 +12,11 @@ jobs:
uses: "./.github/workflows/checks.yml"
secrets: inherit
publish_image:
name: Publish Docker image
uses: './.github/workflows/publish-image.yml'
secrets: inherit
# publish_image:
# image will be published in e2e-tests.yml workflow
# name: Publish Docker image
# uses: './.github/workflows/publish-image.yml'
# secrets: inherit
e2e_tests:
name: Run e2e tests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment