Skip to content

Commit

Permalink
feat(github-action): run on schedule at 4:20 everyday
Browse files Browse the repository at this point in the history
  • Loading branch information
bukowa committed Jun 28, 2024
1 parent 0e8b949 commit d801d49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests-e2e-js.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "Test: UI E2E JS"

on:
schedule:
- cron: "20 04 * * *"
push:
branches:
- master
Expand All @@ -13,6 +15,7 @@ on:
jobs:

test:
timeout-minutes: 5
runs-on: ubuntu-latest
name: "Run UI E2E tests"
env:
Expand Down

0 comments on commit d801d49

Please sign in to comment.