Skip to content

Commit

Permalink
Merge pull request #5761 from grom72/disable-pmem-ras-per-pull-request
Browse files Browse the repository at this point in the history
common: disable pmem ras test for every pull request
  • Loading branch information
janekmi authored Jun 30, 2023
2 parents 2d864ff + cfc1328 commit 5733e06
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pmem_ras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@
# utils/gha-runners/run-ras-linux.yml
name: PMEM RAS

on: [push, pull_request, workflow_dispatch]
on:
workflow_dispatch:
schedule:
# run this job every 8 hours
- cron: '0 */8 * * *'

jobs:
linux:
Expand Down

0 comments on commit 5733e06

Please sign in to comment.