Only build extras on main
This commit is contained in:
parent
9e6ce59d8b
commit
290831c867
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -73,13 +73,3 @@ jobs:
|
||||||
with:
|
with:
|
||||||
command: clippy
|
command: clippy
|
||||||
args: -- -D warnings
|
args: -- -D warnings
|
||||||
|
|
||||||
extra:
|
|
||||||
runs-on: ubuntu-22.04
|
|
||||||
steps:
|
|
||||||
# build and cache this here in order to reuse it's cache in feature branches
|
|
||||||
- name: Install cargo-edit
|
|
||||||
uses: baptiste0928/cargo-install@v1
|
|
||||||
with:
|
|
||||||
crate: cargo-edit
|
|
||||||
version: 0.9.1
|
|
||||||
|
|
15
.github/workflows/extra.yml
vendored
Normal file
15
.github/workflows/extra.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
name: Extra
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
jobs:
|
||||||
|
extra:
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
steps:
|
||||||
|
# build and cache this here in order to reuse it's cache in feature branches
|
||||||
|
- name: Install cargo-edit
|
||||||
|
uses: baptiste0928/cargo-install@v1
|
||||||
|
with:
|
||||||
|
crate: cargo-edit
|
||||||
|
version: 0.9.1
|
Loading…
Reference in New Issue
Block a user