Skip to content

Commit

Permalink
fix(cd): run full matrix for dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Jan 2, 2024
1 parent c1e5af0 commit e22ac21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ env:
# official release repo
DOCKER_REPOSITORY: kong/kong
PRERELEASE_DOCKER_REPOSITORY: kong/kong
FULL_RELEASE: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
FULL_RELEASE: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.actor == 'dependabot[bot]'}}

# only for pr
GHA_CACHE: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit e22ac21

Please sign in to comment.