21 lines
478 B
YAML
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"
|