Skip to content

Commit

Permalink
add edited type to trigger on changed title
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Nov 13, 2024
1 parent 5ff991a commit 81a39b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/preliminary_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ name: Run Checks

on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize

permissions:
contents: read
Expand All @@ -25,6 +30,7 @@ concurrency:

jobs:
check-matrix:
if: ${{ github.event.action != 'edited' }}
name: ${{ matrix.config.name }}
runs-on: ubuntu-latest
container: ghcr.io/facebookincubator/velox-dev:check
Expand Down

0 comments on commit 81a39b5

Please sign in to comment.