Skip to content

Commit

Permalink
chore(ci): fix incorrect logical operator of the release failure not…
Browse files Browse the repository at this point in the history
…ifier bot(#11501)
  • Loading branch information
ADD-SP authored Aug 31, 2023
1 parent 54e3986 commit 443801f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-and-tests-fail-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
notify_failure:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'failure' || github.event.workflow_run.event != 'schedule' }}
if: ${{ github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.event != 'schedule' }}
steps:
- name: Generate Slack Payload
id: generate-payload
Expand Down

1 comment on commit 443801f

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:443801f5dcb31655b97769650b49d50bf92e2f6e
Artifacts available https://github.com/Kong/kong/actions/runs/6033919758

Please sign in to comment.