Skip to content

CI: split slow test mode into separate workflow #6

CI: split slow test mode into separate workflow

CI: split slow test mode into separate workflow #6

Workflow file for this run

---
name: CI Slow
on:
push:
branches:
- main
- develop
workflow_dispatch:
pull_request:
jobs:
citestmode:
name: testmode ON
uses: artis-mcrt/artis/.github/workflows/ci.yml@cisplittestmode
with:
testmode: ON
secrets: inherit