We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 191afc6 + 7bf007a commit 526ebb2Copy full SHA for 526ebb2
1 file changed
.github/workflows/e2e.yml
@@ -55,6 +55,7 @@ jobs:
55
option: "--command-triggered-only"
56
description: "Tests via comments"
57
fail-fast: false
58
+ if: ${{ !(github.event_name == 'schedule' && (matrix.test-suite.name == 'issue-triggered' || matrix.test-suite.name == 'command-triggered')) }}
59
name: "E2E Tests: ${{ matrix.test-suite.description }}"
60
steps:
61
- name: Checkout
0 commit comments