Skip to content

Commit f943c5b

Browse files
committed
skip
1 parent 13cf02b commit f943c5b

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/workflows/ci-checkpoints.yml

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

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

.github/workflows/release-pkg.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,12 @@ jobs:
180180
pkg-folder: dist/${{ steps.folder.outputs.pkg }}
181181
pypi-token: ${{ secrets[format('PYPI_TOKEN_{0}', matrix.name)] }}
182182

183-
legacy-checkpoints:
184-
needs: [build-packages]
185-
uses: ./.github/workflows/_legacy-checkpoints.yml
186-
with:
187-
push_to_s3: ${{ startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release' }}
188-
upload_local: ${{ startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release' }}
189-
create_pr: ${{ startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release' }}
190-
secrets: inherit
183+
# FIXME: this is not working suddenly, Unrecognized named-value: 'secrets'
184+
# legacy-checkpoints:
185+
# needs: [build-packages]
186+
# uses: ./.github/workflows/_legacy-checkpoints.yml
187+
# with:
188+
# push_to_s3: ${{ startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release' }}
189+
# upload_local: ${{ startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release' }}
190+
# create_pr: ${{ startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release' }}
191+
# secrets: inherit

0 commit comments

Comments
 (0)