Skip to content

Commit 9057acd

Browse files
Merge pull request #138 from MonolithProjects/fix/fix_ci
ci: fixed env and galaxy issues
2 parents fd766bd + 2fec77a commit 9057acd

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/galaxy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
name: Release to Ansible Galaxy
33

44
on:
5-
push:
6-
tags:
7-
- '*'
5+
release:
6+
types: [published]
87

98
jobs:
109
release:

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ on:
1313
jobs:
1414
repo:
1515
name: Test Repo Runner
16-
environment: 'test'
16+
environment:
17+
name: test
1718
runs-on: ubuntu-18.04
1819
strategy:
1920
fail-fast: false
@@ -50,7 +51,8 @@ jobs:
5051

5152
org:
5253
name: Test Org Runner
53-
environment: 'test'
54+
environment:
55+
name: test
5456
runs-on: ubuntu-18.04
5557
strategy:
5658
fail-fast: false

0 commit comments

Comments
 (0)