Skip to content

Create cislowtestmode.yml #1

Create cislowtestmode.yml

Create cislowtestmode.yml #1

Workflow file for this run

---
name: CI slow test mode
on:
push:
branches-ignore:
- classic*
schedule:
- cron: 0 13 * * 1
workflow_dispatch:
# pull_request:
# branches-ignore:
# - classic*
env:
ASAN_OPTIONS: detect_stack_use_after_return=1:detect_leaks=0
jobs:
citestmode:
name: CI slow test mode
uses: artis-mcrt/artis/.github/workflows/ci.yml@cisplittestmode
with:
testmode: ON
secrets: inherit