We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e68f7 commit 708b7f6Copy full SHA for 708b7f6
.github/workflows/component_features.yml
@@ -20,7 +20,7 @@ jobs:
20
check-component-features:
21
# use free tier on schedule and 8 core to expedite results on demand invocation
22
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'
+ if: github.event_name == 'issue_comment' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'
24
steps:
25
- name: (PR comment) Get PR branch
26
if: github.event_name == 'issue_comment'
0 commit comments