Skip to content

Commit fe8c4ad

Browse files
Pat/added checks to reduce CI runtime (#495)
* added checks to reduce CI runtime * lint --------- Co-authored-by: whlpatricia <[email protected]> Co-authored-by: Ben Chatterton <[email protected]>
1 parent 753d75d commit fe8c4ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/smoke.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ env:
2323

2424
jobs:
2525
Smoke-Windows:
26+
if: ${{ inputs.job_to_run == 'Smoke-Windows' || github.event_name == 'pull_request' }}
2627
runs-on: windows-latest
2728
steps:
2829
- name: Create app token
@@ -116,6 +117,7 @@ jobs:
116117
name: artifacts-win
117118
path: artifacts-win
118119
Smoke-MacOS:
120+
if: ${{ inputs.job_to_run == 'Smoke-MacOS' || github.event_name == 'pull_request' }}
119121
runs-on: macos-latest
120122
steps:
121123
- name: Create app token

0 commit comments

Comments
 (0)