Skip to content

Commit

Permalink
Added run schedule and fixed y
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrug authored Oct 28, 2024
1 parent 9b5c6b6 commit 2bdcd04
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/playground-check.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -63,4 +65,4 @@ jobs:
uses: actions/upload-artifact@master
with:
name: logs.tgz
path: ./logs.tgz
path: ./logs.tgz

0 comments on commit 2bdcd04

Please sign in to comment.