File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1515
1616jobs :
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments