Skip to content

Commit

Permalink
test(extension): leave single runner test for daily scheduled runs
Browse files Browse the repository at this point in the history
  • Loading branch information
oldGreg5 committed Jun 19, 2024
1 parent 162db5d commit 751d764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/e2e-tests-linux-split.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: E2E Tests Linux split

on:
schedule:
- cron: '0 0 * * *'
push:
branches:
- 'release/**'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/e2e-tests-linux.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: E2E Tests Linux

on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
inputs:
tags:
Expand Down

0 comments on commit 751d764

Please sign in to comment.