Skip to content

Commit

Permalink
fix(ci): fix syntax in release-and-tests-fail-bot (#11477)
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion authored Aug 29, 2023
1 parent e7efc1f commit 57291a5
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 57291a5

@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:57291a565949bfc83e621fde61994d3a09f10ab9
Artifacts available https://github.com/Kong/kong/actions/runs/6010830585

Please sign in to comment.