Skip to content

temporary disable checks on release (#274) #11

temporary disable checks on release (#274)

temporary disable checks on release (#274) #11

Workflow file for this run

name: Release CI
on:
push:
tags:
- '*'
jobs:
# test:
# uses: ./.github/workflows/run-tests.yml
publish:
# needs: [ test ]
uses: ./.github/workflows/publish-release.yml
secrets: inherit