Skip to content

Commit

Permalink
common: regular validation with basic OSes
Browse files Browse the repository at this point in the history
Regular run main.yml workflow to avoid incidental PR
validation failures as described in
pmem#6134

Signed-off-by: Tomasz Gromadzki <[email protected]>
  • Loading branch information
grom72 committed Jan 20, 2025
1 parent 058c17b commit 3b86b54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Main

on:
workflow_dispatch:
schedule:
# run this job at 23:00 UTC every other day
- cron: '0 23 */2 * *'
pull_request:

permissions: {}
Expand Down

0 comments on commit 3b86b54

Please sign in to comment.