Skip to content

Commit

Permalink
chore(ci): build&test should ignore lowercase changelog directory (#1…
Browse files Browse the repository at this point in the history
…1733)

The test suite build&test should ignore lowercase changelog directory.

---------

Co-authored-by: Wangchong Zhou <wangchong@konghq.com>
  • Loading branch information
windmgc and fffonion committed Oct 12, 2023
1 parent 35768ad commit 3417883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
# ignore markdown files (CHANGELOG.md, README.md, etc.)
- '**/*.md'
- '.github/workflows/release.yml'
- 'CHANGELOG/**'
- 'changelog/**'
push:
paths-ignore:
# ignore markdown files (CHANGELOG.md, README.md, etc.)
Expand Down

1 comment on commit 3417883

@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:34178832f9fcb3bd89d0b90d718c97abe8f05125
Artifacts available https://github.com/Kong/kong/actions/runs/6492118881

Please sign in to comment.