Skip to content

Commit

Permalink
chore(tests) run upgrade test only on affected in pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Nov 1, 2022
1 parent 65de566 commit ff336a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/upgrade-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@ name: Upgrade Tests

on:
pull_request:
paths:
- 'kong/db/migrations/**'
- 'spec/05-migration/**'
push:
paths-ignore:
# ignore top-level markdown files (CHANGELOG.md, README.md, etc.)
- '*.md'
branches:
- master
- release/*
- test-please/*

jobs:
upgrade-test:
Expand Down

0 comments on commit ff336a8

Please sign in to comment.