You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Written by sdk-codegen (emit_workflow_stubs.py); do not edit by hand.
# Generation no longer runs in this repo: generate-and-pr.yml in Codat SDK
# Codegen generates this SDK and opens a versioned PR here, dispatched by the
# oas pipeline. This stub only says so.
name: Generate Platform library
'on':
workflow_dispatch:
inputs:
force:
description: Force generation of SDKs
type: boolean
default: false
set_version:
description: Optionally set a specific SDK version.
type: string
jobs:
generate:
runs-on: ubuntu-latest
steps:
- name: Generation moved to Codat SDK Codegen
run: |
echo "::warning::This workflow no longer generates anything. platform is generated by generate-and-pr.yml in Codat SDK Codegen, dispatched by the oas pipeline, which opens a versioned PR on this repo."
# Exits 0 because the oas pipeline still runs this workflow on every OAS
# merge; flip to exit 1 in the same change that switches the oas trigger
# to the repository dispatch, so stray runs become loud.