Skip to content

Commit

Permalink
E2E Workflow: Schedule e2e workflow to run once per day (#1334)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunker authored Nov 27, 2024
1 parent aecb2cb commit 3f9b94f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docusaurus/docs/snippets/plugin-e2e-ds-workflow.npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name: E2E tests
on:
pull_request:
schedule:
- cron: '0 11 * * *' #Run e2e tests once a day at 11 UTC

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions docusaurus/docs/snippets/plugin-e2e-ds-workflow.pnpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name: E2E tests
on:
pull_request:
schedule:
- cron: '0 11 * * *' #Run e2e tests once a day at 11 UTC

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions docusaurus/docs/snippets/plugin-e2e-ds-workflow.yarn.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name: E2E tests
on:
pull_request:
schedule:
- cron: '0 11 * * *' #Run e2e tests once a day at 11 UTC

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions docusaurus/docs/snippets/plugin-e2e-fe-plugin-workflow.npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name: E2E tests
on:
pull_request:
schedule:
- cron: '0 11 * * *' #Run e2e tests once a day at 11 UTC

permissions:
contents: read
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name: E2E tests
on:
pull_request:
schedule:
- cron: '0 11 * * *' #Run e2e tests once a day at 11 UTC

permissions:
contents: read
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name: E2E tests
on:
pull_request:
schedule:
- cron: '0 11 * * *' #Run e2e tests once a day at 11 UTC

permissions:
contents: read
Expand Down

0 comments on commit 3f9b94f

Please sign in to comment.