Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oluwolenpbc authored Oct 3, 2024
1 parent 589259e commit d799ee8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,13 @@ on:
release:
types: [released]
workflow_dispatch:
inputs:
environment:
required: true
type: choice
options:
- sbx
- prod
- prod-test

permissions:
contents: read
id-token: write

jobs:
# Promote and Deploy to prod-test
# Promote and Deploy to prod-test. We do not have api job deploy job for prod-test because we only deploy to worker for prod-test
promote-prod-test-api:
uses: ./.github/workflows/promote.yml
with:
Expand Down

0 comments on commit d799ee8

Please sign in to comment.