only set license if known to zenodo #81
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# pause until all versions.json have been converted to info.json files | |
# name: backup | |
# run-name: backup ${{vars.S3_BUCKET}}/${{vars.S3_FOLDER}} to ${{ vars.ZENODO_URL }} | |
# on: | |
# workflow_run: | |
# workflows: [publish] | |
# types: [completed] | |
# branches: [main] | |
# workflow_dispatch: | |
# concurrency: ${{vars.ZENODO_URL}} | |
# jobs: | |
# call: | |
# uses: bioimage-io/collection/.github/workflows/backup_call.yaml@main | |
# with: | |
# environment_name: production | |
# secrets: inherit |