Skip to content

Commit

Permalink
test-environment-1
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsupr authored Oct 18, 2024
1 parent 380e133 commit f953608
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release_workflow_example.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f953608

Please sign in to comment.