Skip to content

Commit

Permalink
chore: Disable Infracost job until INFRACOST_API_KEY is present
Browse files Browse the repository at this point in the history
  • Loading branch information
amontalban committed Apr 2, 2023
1 parent ab84c01 commit 773f7fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
working-directory: ${{ matrix.dir }}

infracost:
if: ${{ false }} # disable for now
runs-on: ubuntu-latest
name: Show infracost diff
strategy:
Expand Down

0 comments on commit 773f7fb

Please sign in to comment.