Browse Source

change cron notation 🤷🏻‍♂️

master
Damian Mee 5 years ago
parent
commit
8f86fc71b7
No known key found for this signature in database GPG Key ID: 2F961EAB8789725D
  1. 2
      .github/workflows/qemu-perf.yml

2
.github/workflows/qemu-perf.yml

@ -2,8 +2,8 @@ name: Perf-check qemu versions
on: on:
schedule: schedule:
- cron: '*/15 * * * *'
# - cron: '2 1 * * *' # - cron: '2 1 * * *'
- cron: '21 * * * *'
jobs: jobs:
build: build:

Loading…
Cancel
Save