update setup_k8s_new_beamline based on new simplified ioc-template #372
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
name: CI | |
on: | |
push: | |
pull_request: | |
jobs: | |
check: | |
uses: ./.github/workflows/_check.yml | |
docs: | |
needs: check | |
if: needs.check.outputs.branch-pr == '' | |
uses: ./.github/workflows/_docs.yml |