Skip to content

Commit

Permalink
activate release-org check
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev committed Oct 17, 2024
1 parent 2a62696 commit 5f5d4cb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release-branchoff-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ on:
required: true

jobs:
# TODO: Activate this job when the pipeline is moved to the fork in the `paritytech-release` org
# check-workflow-can-run:
# uses: paritytech-release/sync-workflows/.github/workflows/check-syncronization.yml@main
check-workflow-can-run:
uses: paritytech-release/sync-workflows/.github/workflows/check-syncronization.yml@main


prepare-tooling:
# needs: [check-workflow-can-run]
# if: needs.check-workflow-can-run.outputs.checks_passed == 'true'
needs: [check-workflow-can-run]
if: needs.check-workflow-can-run.outputs.checks_passed == 'true'
runs-on: ubuntu-latest
outputs:
node_version: ${{ steps.validate_inputs.outputs.node_version }}
Expand Down

0 comments on commit 5f5d4cb

Please sign in to comment.