mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 15:34:03 +00:00
chore(infra): pause aws cd workflow
This commit is contained in:
36
.github/workflows/cd-aws.yml
vendored
36
.github/workflows/cd-aws.yml
vendored
@@ -1,23 +1,23 @@
|
||||
name: CD / AWS
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows:
|
||||
- CI
|
||||
types:
|
||||
- completed
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
stack:
|
||||
description: 'Pulumi stack'
|
||||
required: true
|
||||
default: 'dev'
|
||||
ref:
|
||||
description: 'Git ref to deploy (branch, tag, or SHA)'
|
||||
required: true
|
||||
default: 'main'
|
||||
# on:
|
||||
# workflow_run:
|
||||
# workflows:
|
||||
# - CI
|
||||
# types:
|
||||
# - completed
|
||||
# branches:
|
||||
# - main
|
||||
# workflow_dispatch:
|
||||
# inputs:
|
||||
# stack:
|
||||
# description: 'Pulumi stack'
|
||||
# required: true
|
||||
# default: 'dev'
|
||||
# ref:
|
||||
# description: 'Git ref to deploy (branch, tag, or SHA)'
|
||||
# required: true
|
||||
# default: 'main'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user