diff --git a/.github/workflows/full-help-docs.yml b/.github/workflows/full-help-docs.yml index 70c3ca88e..4be8cad00 100644 --- a/.github/workflows/full-help-docs.yml +++ b/.github/workflows/full-help-docs.yml @@ -1,6 +1,9 @@ name: CLI Help Doc -on: [push, pull_request] +on: + push: + branches: [main, release/**] + pull_request: concurrency: group: ${{ github.workflow }}-${{ github.ref_protected == 'true' && github.sha || github.ref }} @@ -12,9 +15,17 @@ permissions: pull-requests: read jobs: - doc_check: + complete: + if: always() + needs: [doc-check] runs-on: ubuntu-latest steps: + - if: contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') + run: exit 1 + + doc-check: + runs-on: ubuntu-latest-16-cores + steps: - uses: actions/checkout@v3 - uses: stellar/actions/rust-cache@main - run: rustup update diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6e08e2635..c51d18373 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -18,7 +18,7 @@ jobs: complete: if: always() needs: [fmt, build-and-test, publish-dry-run] - runs-on: ubuntu-latest-16-cores + runs-on: ubuntu-latest steps: - if: contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') run: exit 1 @@ -31,7 +31,7 @@ jobs: - run: cargo fmt --all --check check-generated-examples-list: - runs-on: ubuntu-latest-16-cores + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - run: make generate-examples-list diff --git a/FULL_HELP_DOCS.md b/FULL_HELP_DOCS.md index b3782ec02..b7e0011e3 100644 --- a/FULL_HELP_DOCS.md +++ b/FULL_HELP_DOCS.md @@ -899,7 +899,7 @@ By default, when starting a testnet container, without any optional arguments, i Default value: `8000:8000` * `-t`, `--image-tag-override ` — Optional argument to override the default docker image tag for the given network -* `-v`, `--protocol-version ` — Optional argument to specify the protocol version for the local network only +* `--protocol-version ` — Optional argument to specify the protocol version for the local network only @@ -979,7 +979,7 @@ By default, when starting a testnet container, without any optional arguments, i Default value: `8000:8000` * `-t`, `--image-tag-override ` — Optional argument to override the default docker image tag for the given network -* `-v`, `--protocol-version ` — Optional argument to specify the protocol version for the local network only +* `--protocol-version ` — Optional argument to specify the protocol version for the local network only