Skip to content

Commit 42e4b9f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f943c5b commit 42e4b9f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci-checkpoints.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
try-legacy-checkpoints:
18-
if: false # FIXME: this is not working suddenly, Unrecognized named-value: 'secrets'
18+
if: false # FIXME: this is not working suddenly, Unrecognized named-value: 'secrets'
1919
uses: ./.github/workflows/_legacy-checkpoints.yml
2020
with:
2121
push_to_s3: false

.github/workflows/release-pkg.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ jobs:
179179
with:
180180
pkg-folder: dist/${{ steps.folder.outputs.pkg }}
181181
pypi-token: ${{ secrets[format('PYPI_TOKEN_{0}', matrix.name)] }}
182-
183182
# FIXME: this is not working suddenly, Unrecognized named-value: 'secrets'
184183
# legacy-checkpoints:
185184
# needs: [build-packages]

0 commit comments

Comments
 (0)