Skip to content

Commit c8ba8f6

Browse files
committed
feat: automatic update of workflows main
1 parent c6890c5 commit c8ba8f6

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: Ansible collection linters
3+
'on':
4+
pull_request:
5+
jobs:
6+
lint:
7+
uses: stackhpc/.github/.github/workflows/lint-collection.yml@main
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Publish Ansible Collection
3+
'on':
4+
push:
5+
tags:
6+
- "v?[0-9]+.[0-9]+.[0-9]+"
7+
workflow_dispatch:
8+
jobs:
9+
publish_collection:
10+
uses: stackhpc/.github/.github/workflows/publish-collection.yml@main
11+
secrets:
12+
GALAXY_API_KEY: ${{ secrets.GALAXY_API_KEY }}

0 commit comments

Comments
 (0)