Skip to content

Commit

Permalink
chore(ci): remove synchronize trigger for label-schema (#12823)
Browse files Browse the repository at this point in the history
  • Loading branch information
harrydt authored Apr 4, 2024
1 parent c89a0ac commit 015aa24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-schema.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Pull Request Schema Labeler
on:
pull_request:
types: [opened, edited, synchronize, labeled, unlabeled]
types: [opened, edited, labeled, unlabeled]
jobs:
schema-change-labels:
if: "${{ contains(github.event.*.labels.*.name, 'schema-change-noteworthy') }}"
Expand Down

1 comment on commit 015aa24

@github-actions
Copy link
Contributor

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:015aa240efbdbcfbe0da12985d2c8097260fd9aa
Artifacts available https://github.com/Kong/kong/actions/runs/8548093007

Please sign in to comment.