Skip to content

Commit b64e680

Browse files
author
tejasgn
committed
added matrix approach and removed extra sync workflow
1 parent 3d403cb commit b64e680

File tree

2 files changed

+4
-83
lines changed

2 files changed

+4
-83
lines changed

.github/workflows/sync-S3-KB.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@ permissions:
3131
jobs:
3232
run_job_with_aws:
3333
runs-on: ubuntu-latest
34+
strategy:
35+
matrix:
36+
sdk_name: ${{ github.event_name == 'push' && fromJSON('["javascriptv3","dotnetv4","javav2","rustv1","gov2","swift","python","ruby","php","cpp","kotlin","steering_docs","specs","coding-standards"]') || fromJSON(format('["{0}"]', github.event.inputs.sdk_name)) }}
3437
env:
35-
sdk_name: ${{ github.event.inputs.sdk_name || 'python' }}
38+
sdk_name: ${{ matrix.sdk_name }}
3639

3740
steps:
3841
- name: Checkout

.github/workflows/sync-steer-specs.yml

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)