initial commit

This commit is contained in:
2025-04-18 13:26:52 -07:00
commit b78296ab5b
134 changed files with 11623 additions and 0 deletions

20
.github/workflows/main-post-build.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
# WARNING: This file is autogenerated - changes will be overwritten when regenerated by https://github.com/pulumi/ci-mgmt
name: "Main post-build"
on:
workflow_call:
inputs:
version:
type: string
required: true
jobs:
post_build:
name: post_build
runs-on: ubuntu-latest
if: false
steps:
- name: Placeholder
shell: bash
run: echo "This is a placeholder job to ensure that the post_build job is always present"