mirror of
https://github.com/Kong/kong.git
synced 2026-04-24 04:41:02 +00:00
The checkout step of these tests was using a secret that is not available to PRs opened from forks, which made it fail. This commit removes the token (not needed in CE), which makes the action fall back to the default github token. It also adds the workflow to the `paths`, just to make sure it runs when modified.