-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsync_for_expenses_generate.yaml
More file actions
26 lines (26 loc) · 1.12 KB
/
Copy pathsync_for_expenses_generate.yaml
File metadata and controls
26 lines (26 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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 Sync for Expenses 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. sync-for-expenses 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.
exit 0