From 55fedaa3ccc6986f8c0e22e831f91b03391418f3 Mon Sep 17 00:00:00 2001 From: Valerio De Benedetto Date: Sat, 11 Feb 2023 10:29:15 +0100 Subject: [PATCH] Repository traffic workflow test 3 --- .github/workflows/repository-traffic.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/repository-traffic.yml b/.github/workflows/repository-traffic.yml index 43e0373..dca40be 100644 --- a/.github/workflows/repository-traffic.yml +++ b/.github/workflows/repository-traffic.yml @@ -1,5 +1,8 @@ name: repository traffic -on: [workflow_dispatch] +on: + schedule: + - cron: "55 23 * * 0" + jobs: traffic: runs-on: ubuntu-latest