Skip to content

Allow nodes to appear in more than one group/partition (#174) #12

Allow nodes to appear in more than one group/partition (#174)

Allow nodes to appear in more than one group/partition (#174) #12

Workflow file for this run

---
name: Publish Ansible Role
'on':
push:
tags:
- "v?[0-9]+.[0-9]+.[0-9]+"
workflow_dispatch:
jobs:
publish_role:
uses: stackhpc/.github/.github/workflows/publish-role.yml@main
secrets:
GALAXY_API_KEY: ${{ secrets.GALAXY_API_KEY }}