Files
pulumi-incus/.github/workflows/main-post-build.yml
2025-04-18 13:26:52 -07:00

21 lines
478 B
YAML

# 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"