Skip to content

Commit 4fd2801

Browse files
Workflows Hotfix
1 parent 313b865 commit 4fd2801

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,5 @@ jobs:
7575
with:
7676
publish: ${{ steps.check-version.outputs.tag != '' }}
7777
tag: ${{ steps.check-version.outputs.tag }}
78-
exclude-contributors:
79-
- "dependabot"
8078
env:
8179
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/tests.yml

-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ jobs:
121121
${{ steps.pre-commit-cache.outputs.result }}-
122122
123123
- name: Run Nox
124-
uses: wntrblm/nox
125124
run: |
126125
nox --force-color --python=${{ matrix.python-version }}
127126

0 commit comments

Comments
 (0)