Skip to content

Commit

Permalink
ci: remove check-for-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff authored Feb 23, 2024
1 parent b54fab4 commit 25b1a98
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,4 @@ jobs:
- name: make test
if: hashFiles('pdm.lock') != ''
run: make test

check-for-updates:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
name: ubuntu / create PR if updates exists
steps:
- uses: actions/checkout@v4
- name: check for update
uses: pdm-project/update-deps-action@d76795be3e5bc1d841dd3f45d1ff0d9c2d905725
with:
commit-message: "build: update pdm.lock"
update-strategy: reuse

0 comments on commit 25b1a98

Please sign in to comment.