Skip to content

Commit

Permalink
cleanup noisy workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause committed Sep 26, 2023
1 parent e3a5b11 commit 936b3fe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@v4
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.17
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
bleeding_edge: true

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@v4
- name: Remove cached duckdb extensions
run: rm -rf ~/.duckdb
- name: Install poetry
Expand Down
62 changes: 0 additions & 62 deletions .github/workflows/scorecards.yml

This file was deleted.

0 comments on commit 936b3fe

Please sign in to comment.