Skip to content

Commit eb0ea3f

Browse files
committed
always run update
1 parent 3fdbdfa commit eb0ea3f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/update.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
jobs:
1010
update:
1111
runs-on: ubuntu-latest
12-
if: github.event.pull_request.user.login == 'dependabot[bot]'
1312
steps:
1413
- name: Checkout
1514
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
@@ -36,7 +35,6 @@ jobs:
3635
test:
3736
runs-on: ubuntu-latest
3837
needs: update
39-
if: always() && !failure() && !cancelled()
4038
strategy:
4139
matrix:
4240
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]

0 commit comments

Comments
 (0)