Skip to content

Commit

Permalink
fix sanity-checks job not triggering when PR is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Jul 23, 2024
1 parent 9480a4f commit 2d12f50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sanity-checks.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
name: Sanity checks
concurrency:
group: 'tests-${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
Expand Down

0 comments on commit 2d12f50

Please sign in to comment.