Skip to content

Commit

Permalink
🌱 Enable e2e as a pre-submit job
Browse files Browse the repository at this point in the history
Enabling e2e workflow as a pre-submit job, now that the e2e nightly tests are passing.

Signed-off-by: Danil Grigorev <[email protected]>
  • Loading branch information
Danil-Grigorev committed Feb 21, 2024
1 parent f637daf commit a140d7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: E2E tests
on:
pull_request:
schedule:
- cron: '0 1 * * *'
workflow_dispatch:
Expand Down Expand Up @@ -38,4 +39,4 @@ jobs:
with:
name: e2e-artifacts
path: _artifacts
if-no-files-found: ignore
if-no-files-found: ignore

0 comments on commit a140d7b

Please sign in to comment.