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

Commit

Permalink
Schedule GitHub workflows (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorprogger committed Aug 25, 2021
1 parent 455f444 commit 1f4f87c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/bc.yml
@@ -1,6 +1,8 @@
on:
- pull_request
- push
pull_request:
push:
schedule:
- cron: '0 0 * * *'

name: backwards compatibility
jobs:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
@@ -1,6 +1,8 @@
on:
- pull_request
- push
pull_request:
push:
schedule:
- cron: '0 0 * * *'

name: build

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mutation.yml
@@ -1,8 +1,8 @@
on:
pull_request:
push:
branches:
- "master"
schedule:
- cron: '0 0 * * *'

name: mutation test

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/static.yml
@@ -1,6 +1,8 @@
on:
- pull_request
- push
pull_request:
push:
schedule:
- cron: '0 0 * * *'

name: static analysis

Expand Down

0 comments on commit 1f4f87c

Please sign in to comment.