Skip to content

Commit 708b7f6

Browse files
authored
chore(ci): Add schedule to component features workflow conditional check (vectordotdev#17816)
Signed-off-by: Jesse Szwedko <[email protected]> Signed-off-by: Jesse Szwedko <[email protected]>
1 parent 96e68f7 commit 708b7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/component_features.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
check-component-features:
2121
# use free tier on schedule and 8 core to expedite results on demand invocation
2222
runs-on: ${{ github.event_name == 'schedule' && 'ubuntu-latest' || fromJSON('["linux", "ubuntu-20.04-8core"]') }}
23-
if: github.event_name == 'issue_comment' || github.event_name == 'workflow_dispatch'
23+
if: github.event_name == 'issue_comment' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'
2424
steps:
2525
- name: (PR comment) Get PR branch
2626
if: github.event_name == 'issue_comment'

0 commit comments

Comments
 (0)