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 name: CD / AWS
on: # on:
workflow_run: # workflow_run:
workflows: # workflows:
- CI # - CI
types: # types:
- completed # - completed
branches: # branches:
- main # - main
workflow_dispatch: # workflow_dispatch:
inputs: # inputs:
stack: # stack:
description: 'Pulumi stack' # description: 'Pulumi stack'
required: true # required: true
default: 'dev' # default: 'dev'
ref: # ref:
description: 'Git ref to deploy (branch, tag, or SHA)' # description: 'Git ref to deploy (branch, tag, or SHA)'
required: true # required: true
default: 'main' # default: 'main'
permissions: permissions:
contents: read contents: read

View File

@@ -1,4 +1,4 @@
name: CD name: CD / GCP
on: on:
workflow_run: workflow_run: