Skip to content

Use backend-build-workflows workflow for rust jobs #514

Use backend-build-workflows workflow for rust jobs

Use backend-build-workflows workflow for rust jobs #514

Workflow file for this run

name: Rust workflow
# Trigger the CI on any tags, pushes to any branch and PRs to any branch.
on:
push:
branches: [ "main" ]
tags: [ "*" ]
pull_request:
branches: [ "*" ]
# Make sure there is no pipeline running uselessly.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# Defined CI jobs.
jobs:
tests:
uses: famedly/backend-build-workflows/.github/workflows/rust-workflow.yml@c09c1ba4fb90a3311af4cc0fb985ddfd79cd884c

Check failure on line 19 in .github/workflows/rust-workflow.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/rust-workflow.yml

Invalid workflow file

error parsing called workflow ".github/workflows/rust-workflow.yml" -> "famedly/backend-build-workflows/.github/workflows/rust-workflow.yml@c09c1ba4fb90a3311af4cc0fb985ddfd79cd884c" : failed to fetch workflow: workflow was not found.
secrets: inherit