Bump tag with merge #258 "fix(ecmwf): Reduce number of steps" #33
Workflow file for this run
This file contains hidden or 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
| name: Merged CI | |
| run-name: 'Bump tag with merge #${{ github.event.number }} "${{ github.event.pull_request.title }}"' | |
| on: | |
| pull_request: | |
| types: ["closed"] | |
| branches: [ "main" ] | |
| jobs: | |
| bump-tag: | |
| uses: openclimatefix/.github/.github/workflows/bump_tag.yml@main | |
| secrets: inherit | |