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