Skip to content

Tagged CI for v1.4.13 by ocf-bot #16

Tagged CI for v1.4.13 by ocf-bot

Tagged CI for v1.4.13 by ocf-bot #16

Workflow file for this run

name: Tagged CI
run-name: 'Tagged CI for ${{ github.ref_name }} by ${{ github.actor }}'
on:
push:
tags: ["v*.*.*"]
permissions:
packages: write
contents: read
id-token: write
jobs:
tagged-ci:
uses: openclimatefix/.github/.github/workflows/tagged_ci.yml@main
secrets: inherit