Skip to content

Commit

Permalink
Add suggested 'ready-for-review' workaround to checks not running fro…
Browse files Browse the repository at this point in the history
…m actions-created PRs (#959)
  • Loading branch information
ml-evs authored Oct 22, 2024
1 parent 1a8a1e0 commit 593ba4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI tests
on:
pull_request:
types: [ready_for_review, opened, synchronize, reopened]

push:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dependable-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ jobs:
title: "Update uv.lock with latest dependencies"
body-path: ./pydatalab/output.txt
labels: dependency_updates,Python
draft: always-true

0 comments on commit 593ba4a

Please sign in to comment.