chore(infra): pause aws cd workflow

This commit is contained in:
2026-03-23 22:30:03 +04:00
parent 621bd75148
commit dc499214d9
2 changed files with 19 additions and 19 deletions

View File

@@ -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