From f953608743607c1c773c54ba3eb8cff1ce5e188d Mon Sep 17 00:00:00 2001 From: Pavel Suprunyuk <52500720+pavelsupr@users.noreply.github.com> Date: Fri, 18 Oct 2024 19:25:47 +0200 Subject: [PATCH] test-environment-1 --- .github/workflows/release_workflow_example.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release_workflow_example.yml b/.github/workflows/release_workflow_example.yml index 7af4d32e57..cf2bdd5d2d 100644 --- a/.github/workflows/release_workflow_example.yml +++ b/.github/workflows/release_workflow_example.yml @@ -1,12 +1,9 @@ name: Release workflow example on: [workflow_dispatch, push] -concurrency: - group: ${{ github.workflow }}-${{ github.ref_name }} - jobs: job_check_workflow_can_run: - uses: paritytech-release/sync-workflows/.github/workflows/check-syncronization.yml@main + uses: paritytech-release/sync-workflows/.github/workflows/check-syncronization.yml@add-environment-parameters job_something_that_can_be_skipped_after_all_the_checks: needs: job_check_workflow_can_run