Skip to content

Commit

Permalink
fix success flag condition
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Sep 21, 2023
1 parent 741af3f commit 6749ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-java-cdk-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN_AIRBYTE_TEAM }}
- name: "Post success to Slack channel `#dev-connectors-extensibility-releases`"
if: ${{ failure() }}
if: ${{ !failure() }}
uses: slackapi/[email protected]
continue-on-error: true
with:
Expand Down

0 comments on commit 6749ab4

Please sign in to comment.