Bump tag with merge #129 "Add fetch_be_forecast function to get Belgium solar forecast (regiona…" #44
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 |