Skip to content

Daily test (GitHub, OpenMP) #42

Daily test (GitHub, OpenMP)

Daily test (GitHub, OpenMP) #42

# This is a workflow that should run daily
name: Daily test (GitHub, OpenMP)
# Controls when the action will run.
on:
schedule:
- cron: '00 19 * * *' # run at 19:00 UTC daily
# This workflow calls the test_gh.yaml workflow passing the default
# branches as inputs
jobs:
run-tests-cron-gh-omp:
uses: ./.github/workflows/test_gh.yaml
with:
xobjects_test_contexts: "ContextCpu:auto"