PMEM tests main #117
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Run all PMem tests in a sequence | |
# | |
# This workflow is run on 'self-hosted' runners. | |
name: PMEM tests main | |
on: | |
workflow_dispatch: | |
schedule: | |
# run this job every 8 hours | |
- cron: '0 */8 * * *' | |
jobs: | |
call-pmem-check: | |
uses: ./.github/workflows/pmem_check.yml | |
name: PMem check | |
if: github.repository == 'pmem/pmdk' |