Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Updates action add running tests on a weekly schedule #2

Merged
merged 1 commit into from
Jul 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: test
name: tests

on: [pull_request, push, workflow_dispatch]
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 5 * * 1'
jobs:
tests-multiple-os:
strategy:
Expand Down