Skip to content

Commit 7bf007a

Browse files
Copilotpelikhan
andcommitted
Update e2e.yml to exclude issue creation and comment test suites for schedule events
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 03d2005 commit 7bf007a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
option: "--command-triggered-only"
5656
description: "Tests via comments"
5757
fail-fast: false
58+
if: ${{ !(github.event_name == 'schedule' && (matrix.test-suite.name == 'issue-triggered' || matrix.test-suite.name == 'command-triggered')) }}
5859
name: "E2E Tests: ${{ matrix.test-suite.description }}"
5960
steps:
6061
- name: Checkout

0 commit comments

Comments
 (0)