initial commit
This commit is contained in:
20
.github/workflows/main-post-build.yml
vendored
Normal file
20
.github/workflows/main-post-build.yml
vendored
Normal 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"
|
||||
Reference in New Issue
Block a user