From 2bdcd04daa3640d573f9b8eca23f7df4d9fc409e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Strug?= <47604705+mstrug@users.noreply.github.com> Date: Mon, 28 Oct 2024 23:44:43 +0100 Subject: [PATCH] Added run schedule and fixed y --- .github/workflows/playground-check.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/playground-check.yaml b/.github/workflows/playground-check.yaml index 94762ac06d..7222364a46 100644 --- a/.github/workflows/playground-check.yaml +++ b/.github/workflows/playground-check.yaml @@ -1,8 +1,10 @@ -name: Plauground operation check +name: Playground operation check on: pull_request: - workflow_dispatch: + schedule: + # Run this job once per day + - cron: "0 0 * * *" jobs: playground-check: @@ -63,4 +65,4 @@ jobs: uses: actions/upload-artifact@master with: name: logs.tgz - path: ./logs.tgz \ No newline at end of file + path: ./logs.tgz