Skip to content

Merge pull request #320 from metanorma/feature/fails-on-fatal-errors #753

Merge pull request #320 from metanorma/feature/fails-on-fatal-errors

Merge pull request #320 from metanorma/feature/fails-on-fatal-errors #753

Workflow file for this run

name: rake
on:
push:
branches: [ master, main ]
tags: [ v* ]
paths-ignore: [ '**.adoc' ]
pull_request:
paths-ignore: [ '**.adoc' ]
workflow_dispatch:
jobs:
rake:
uses: metanorma/ci/.github/workflows/mn-processor-rake.yml@main
with:
samples-matrix-json-file: .github/workflows/samples-smoke-matrix.json
templates-matrix-json-file: .github/workflows/templates-smoke-matrix.json
secrets:
pat_token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}