Skip to content

Commit

Permalink
Update release_workflow_example.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsupr authored Oct 9, 2024
1 parent 7b4238a commit 380e133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_workflow_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concurrency:

jobs:
job_check_workflow_can_run:
uses: paritytech-release/sync-workflows/.github/workflows/check-syncronization.yml@v1.0.0
uses: paritytech-release/sync-workflows/.github/workflows/check-syncronization.yml@main

job_something_that_can_be_skipped_after_all_the_checks:
needs: job_check_workflow_can_run
Expand Down

0 comments on commit 380e133

Please sign in to comment.