We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b0cbf commit 217196aCopy full SHA for 217196a
2 files changed
.github/workflows/release.yml
@@ -165,7 +165,7 @@ jobs:
165
- run: gh release create ${{ steps.version_info.outputs.version }} ./artifacts/*.{gz,zip} --generate-notes --draft
166
167
docker-build-and-push:
168
- runs-on: ubuntu-latest-4-cores
+ runs-on: ubuntu-latest
169
needs: [prepare, release]
170
171
steps:
.github/workflows/test.yml
@@ -4,7 +4,22 @@ on:
4
push:
5
branches:
6
- main
7
+ paths:
8
+ - 'crates/**'
9
+ - 'examples/**'
10
+ - 'bin/**'
11
+ - 'xtask/**'
12
+ - 'Cargo.toml'
13
+ - 'Cargo.lock'
14
+
15
pull_request:
16
17
18
19
20
21
22
23
24
env:
25
CARGO_TERM_COLOR: always
0 commit comments