Make TaskScheduler in rmc public #115
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Version bump check for code changes in the aleph-bft-rmc package | |
on: | |
pull_request: | |
branches: | |
- main | |
paths: | |
- 'rmc/src/**' | |
concurrency: | |
group: ${{ github.ref }}-${{ github.workflow }} | |
cancel-in-progress: true | |
jobs: | |
main: | |
runs-on: ubuntu-latest | |
steps: | |
- name: GIT | Checkout | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Check if version bumped for 'rmc' | |
uses: ./.github/actions/check-version-bumped | |
with: | |
cargo-toml-path: rmc/Cargo.toml |