Commit 57e70751 authored by tom's avatar tom

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

parent 9d9926fd
...@@ -13,9 +13,9 @@ on: ...@@ -13,9 +13,9 @@ on:
- 'public/**' - 'public/**'
- 'stub/**' - 'stub/**'
concurrency: # concurrency:
group: ${{ github.workflow }}__${{ github.job }}__${{ github.ref }} # group: ${{ github.workflow }}__${{ github.job }}__${{ github.ref }}
cancel-in-progress: true # cancel-in-progress: true
jobs: jobs:
code_quality: code_quality:
......
...@@ -4,9 +4,9 @@ on: ...@@ -4,9 +4,9 @@ on:
workflow_dispatch: workflow_dispatch:
workflow_call: workflow_call:
concurrency: # concurrency:
group: ${{ github.workflow }}__${{ github.job }}__${{ github.ref }} # group: ${{ github.workflow }}__${{ github.job }}__${{ github.ref }}
cancel-in-progress: true # cancel-in-progress: true
jobs: jobs:
publish_image: publish_image:
......
...@@ -46,9 +46,9 @@ on: ...@@ -46,9 +46,9 @@ on:
description: "JSON encoded list of issues linked to commits in the release" description: "JSON encoded list of issues linked to commits in the release"
value: ${{ jobs.run.outputs.issues }} value: ${{ jobs.run.outputs.issues }}
concurrency: # concurrency:
group: ${{ github.workflow }}__${{ github.job }}__${{ github.ref }} # group: ${{ github.workflow }}__${{ github.job }}__${{ github.ref }}
cancel-in-progress: true # cancel-in-progress: true
jobs: jobs:
run: run:
......
...@@ -12,10 +12,11 @@ jobs: ...@@ -12,10 +12,11 @@ jobs:
uses: "./.github/workflows/checks.yml" uses: "./.github/workflows/checks.yml"
secrets: inherit secrets: inherit
publish_image: # publish_image:
name: Publish Docker image # image will be published in e2e-tests.yml workflow
uses: './.github/workflows/publish-image.yml' # name: Publish Docker image
secrets: inherit # uses: './.github/workflows/publish-image.yml'
# secrets: inherit
e2e_tests: e2e_tests:
name: Run 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