From 0a90b7a146ef75c31131ca4c726e27820bd5a672 Mon Sep 17 00:00:00 2001 From: Orta Therox Date: Thu, 21 May 2020 11:19:02 -0400 Subject: [PATCH] Update the code owners to be scheduled --- .github/workflows/UpdateCodeowners.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/UpdateCodeowners.yml b/.github/workflows/UpdateCodeowners.yml index df1a07b954..073de2d296 100644 --- a/.github/workflows/UpdateCodeowners.yml +++ b/.github/workflows/UpdateCodeowners.yml @@ -1,16 +1,16 @@ name: Update CODEOWNERs # For testing -on: push +# on: push # For production -# on: -# schedule: -# # https://crontab.guru/#5_8_*_*_1 -# - cron: "5 8 * * 1" +on: + schedule: + # https://crontab.guru/#5_8_*_*_1 + - cron: "5 8 * * 1" jobs: - deploy: + update: runs-on: ubuntu-latest steps: