Skip to content

Commit

Permalink
CI: Do a weekly build on github
Browse files Browse the repository at this point in the history
Helps catch CI issues due to github runner changes.
  • Loading branch information
realnc committed May 17, 2023
1 parent d2f7d6c commit d6ef234
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: CI

on: [push, pull_request, workflow_dispatch]
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 3 * * sun'

jobs:
build_linux_intel:
Expand Down

0 comments on commit d6ef234

Please sign in to comment.