Add weekly scheduled workflow tasks

pull/453/head
Rafał Mikrut 3 years ago
parent 418ad73327
commit 7bbdf74273

@ -1,5 +1,9 @@
name: 🐧 Linux
on: [ push, pull_request ]
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 2'
env:
CARGO_TERM_COLOR: always

@ -1,5 +1,9 @@
name: 🍎 MacOS
on: [ push, pull_request ]
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 2'
env:
CARGO_TERM_COLOR: always

@ -1,5 +1,9 @@
name: Quality
on: [ push, pull_request ]
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 2'
env:
CARGO_TERM_COLOR: always

@ -1,5 +1,9 @@
name: 🏁 Windows
on: [ push, pull_request ]
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 2'
env:
CARGO_TERM_COLOR: always

Loading…
Cancel
Save