Skip to content

Commit

Permalink
Merge pull request #9 from ruchernchong/8-fix-config-error-in-gha-wor…
Browse files Browse the repository at this point in the history
…kflow

Fix production workflow config error
  • Loading branch information
ruchernchong authored May 24, 2024
2 parents 5d5338b + 310347b commit d6a2a15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pulumi.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ concurrency:
jobs:
deploy:
runs-on: ubuntu-latest
environment: Preview
needs: test
environment: Production
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit d6a2a15

Please sign in to comment.