Skip to content

Commit 0d90ecd

Browse files
authored
Merge branch 'main' into feat/graceful-shutdown
2 parents 1cbbe73 + 5b02cd2 commit 0d90ecd

11 files changed

+128
-113
lines changed

.github/workflows/release-ci.yml

+24-23
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
1-
name: Check release
1+
# ! TODO: Is this reasonable?
2+
# name: Check release
23

3-
on:
4-
workflow_dispatch:
5-
push:
6-
branches:
7-
- "release-plz-**"
4+
# on:
5+
# workflow_dispatch:
6+
# push:
7+
# branches:
8+
# - "release-plz-**"
89

910

10-
concurrency:
11-
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
12-
cancel-in-progress: true
11+
# concurrency:
12+
# group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
13+
# cancel-in-progress: true
1314

14-
jobs:
15-
breaking-cli:
16-
name: Check breaking CLI changes
17-
if: ${{ github.repository_owner == 'rustic-rs' }}
18-
runs-on: ubuntu-latest
15+
# jobs:
16+
# breaking-cli:
17+
# name: Check breaking CLI changes
18+
# if: ${{ github.repository_owner == 'rustic-rs' }}
19+
# runs-on: ubuntu-latest
1920

20-
steps:
21-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
22-
- name: Install Rust toolchain
23-
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
24-
with:
25-
toolchain: stable
26-
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
27-
- name: Run Cargo Test
28-
run: cargo test -F release -p rustic-rs --test completions -- --ignored
21+
# steps:
22+
# - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
23+
# - name: Install Rust toolchain
24+
# uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
25+
# with:
26+
# toolchain: stable
27+
# - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
28+
# - name: Run Cargo Test
29+
# run: cargo test -F release -p rustic-rs --test completions -- --ignored

0 commit comments

Comments
 (0)