chores(ci): remove AMI automation (#62975)

This commit is contained in:
Anish Lakhwara 2024-05-30 12:30:05 -07:00 committed by GitHub
parent 91518a1ef7
commit eb81e680e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,20 +0,0 @@
name: build-ami
on:
release:
types: [published]
jobs:
trigger-build:
name: Build AMIs
runs-on: ubuntu-latest
steps:
- name: Trigger Buildkite AMI Builds
uses: "buildkite/trigger-pipeline-action@2db6579eb1d07cb6e6224fc048076a5f4d0ba36d"
with:
buildkite_api_access_token: ${{ secrets.TRIGGER_BK_BUILD_TOKEN }}
pipeline: "sourcegraph/ami-automation"
branch: "main"
commit: "HEAD"
message: ":github: Triggered from new release"
build_env_vars: '{"RELEASE_NUMBER": "${{ github.ref_name }}"}'