Skip to content

chore(deps): update rust crate built to 0.7.1 #669

chore(deps): update rust crate built to 0.7.1

chore(deps): update rust crate built to 0.7.1 #669

Workflow file for this run

name: "ci"
on:
pull_request:
paths-ignore:
- "**.md"
- ".github/**"
- "!.github/workflows/ci.yml"
- "!.github/workflows/tests.yml"
- "!.github/workflows/snapshot.yml"
push:
branches:
- "main"
paths-ignore:
- "**.md"
- ".github/**"
- "!.github/workflows/ci.yml"
- "!.github/workflows/tests.yml"
- "!.github/workflows/snapshot.yml"
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
distro:
uses: ./.github/workflows/snapshot.yml
with:
ref: ${{ github.ref }}
tests:
name: "distro"
uses: ./.github/workflows/tests.yml
with:
ref: ${{ github.ref }}