Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build-powershell-sdk.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: "Build and push powershell sdk"

on:
push:
branches:
- main
paths:
- idn/**
workflow_dispatch:
workflow_run:
workflows:
- "Build and push go sdk"
types:
- completed

jobs:
push_powershell_sdk_workflow:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build-python-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ env:
SAIL_BASE_URL: ${{ secrets.SDK_TEST_TENANT_BASE_URL }}

on:
push:
branches:
- main
paths:
- idn/**
workflow_dispatch:
workflow_run:
workflows:
- "Build and push powershell sdk"
types:
- completed

jobs:
push_python_sdk_workflow:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build-typescript-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ env:
SAIL_BASE_URL: ${{ secrets.SDK_TEST_TENANT_BASE_URL }}

on:
push:
branches:
- main
paths:
- idn/**
workflow_dispatch:
workflow_run:
workflows:
- "Build and push python sdk"
types:
- completed

jobs:
push_typescript_sdk_workflow:
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/push-idn-specs-to-dev-portal.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: "Push IDN API Specs to Developer Portal"

on:
push:
branches:
- main
paths:
- idn/**
workflow_dispatch:
workflow_run:
workflows:
- "Build and push typescript sdk"
types:
- completed

jobs:
push_idn_spec_workflow:
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/push-iiq-specs-to-dev-portal.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: "Push IIQ API Specs to Developer Portal"

on:
push:
branches:
- main
paths:
- iiq/**
workflow_dispatch:
workflow_run:
workflows:
- "Push IDN API Specs to Developer Portal"
types:
- completed

jobs:
push_iiq_spec_workflow:
Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/push-nerm-specs-to-dev-portal.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: "Push NERM API Specs to Developer Portal"
name: "Push IIQ API Specs to Developer Portal"

on:
push:
branches:
- main
paths:
- nerm/**
workflow_dispatch:
workflow_run:
workflows:
- "Push IDN API Specs to Developer Portal"
types:
- completed

jobs:
push_nerm_spec_workflow:
Expand Down