| 
13 | 13 |       - "requirements/ci.txt"  | 
14 | 14 |       - ".github/actions/pkg-check/*"  | 
15 | 15 |       - ".github/actions/pkg-publish/*"  | 
16 |  | -      - ".github/workflows/_legacy-checkpoints.yml.yml"  | 
 | 16 | +      - ".github/workflows/_legacy-checkpoints.yml"  | 
17 | 17 |       - ".github/workflows/_build-packages.yml"  | 
18 | 18 |       - ".github/workflows/release-pypi.yml"  | 
19 | 19 | 
 
  | 
@@ -179,12 +179,12 @@ jobs:  | 
179 | 179 |         with:  | 
180 | 180 |           pkg-folder: dist/${{ steps.folder.outputs.pkg }}  | 
181 | 181 |           pypi-token: ${{ secrets[format('PYPI_TOKEN_{0}', matrix.name)] }}  | 
182 |  | - | 
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  | 
 | 182 | +# FIXME: this is not working suddenly, Unrecognized named-value: 'secrets'  | 
 | 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  | 
0 commit comments