Skip to content

Commit

Permalink
Merge pull request actions#138 from MonolithProjects/fix/fix_ci
Browse files Browse the repository at this point in the history
ci: fixed env and galaxy issues
  • Loading branch information
MonolithProjects authored Jun 5, 2022
2 parents fd766bd + 2fec77a commit 9057acd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
name: Release to Ansible Galaxy

on:
push:
tags:
- '*'
release:
types: [published]

jobs:
release:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ on:
jobs:
repo:
name: Test Repo Runner
environment: 'test'
environment:
name: test
runs-on: ubuntu-18.04
strategy:
fail-fast: false
Expand Down Expand Up @@ -50,7 +51,8 @@ jobs:

org:
name: Test Org Runner
environment: 'test'
environment:
name: test
runs-on: ubuntu-18.04
strategy:
fail-fast: false
Expand Down

0 comments on commit 9057acd

Please sign in to comment.