Skip to content

Commit

Permalink
chore: prevent slack notification in dry-run mode (#1399)
Browse files Browse the repository at this point in the history
  • Loading branch information
devcorpio authored Jul 26, 2023
1 parent ed5008e commit e66ae8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
process_gcloudignore: false

status:
if: always()
if: inputs.dry-run != null && !inputs.dry-run
needs:
- release
runs-on: ubuntu-latest
Expand Down

0 comments on commit e66ae8f

Please sign in to comment.