Skip to content

Commit

Permalink
Add cron schedule to e2e workflow (#1005)
Browse files Browse the repository at this point in the history
Signed-off-by: Simeon Widdis <[email protected]>
  • Loading branch information
Swiddis authored and pjfitzgibbons committed Sep 26, 2023
1 parent 2913940 commit 268c353
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration-tests-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Dashboards observability plugin E2E test
on: [pull_request, push]
on:
schedule:
- cron: '0 0 * * *'
env:
PLUGIN_NAME: dashboards-observability
OPENSEARCH_DASHBOARDS_VERSION: 'main'
Expand Down

0 comments on commit 268c353

Please sign in to comment.