Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
enable push to galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
bodsch committed Feb 10, 2022
1 parent a8b9737 commit 36d8709
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# VALIDATE_MARKDOWN: true
VALIDATE_YAML: true

arch_standard:
arch:
name: "${{ matrix.image }} / python: ${{ matrix.python-version }}, ansible: ${{ matrix.ansible-version }}"
needs:
- lint
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
ANSIBLE_FORCE_COLOR: '1'
DISTRIBUTION: ${{ matrix.image }}

deb_standard:
deb:
name: "${{ matrix.image }} / python: ${{ matrix.python-version }}, ansible: ${{ matrix.ansible-version }}"
needs:
- lint
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
ANSIBLE_FORCE_COLOR: '1'
DISTRIBUTION: ${{ matrix.image }}

rpm_standard:
rpm:
name: "${{ matrix.image }} / python: ${{ matrix.python-version }}, ansible: ${{ matrix.ansible-version }}"
needs:
- lint
Expand Down Expand Up @@ -185,11 +185,11 @@ jobs:
DISTRIBUTION: ${{ matrix.image }}

publish:
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
needs:
- arch_standard
- deb_standard
- rpm_standard
- arch
- deb
- rpm
runs-on: ubuntu-18.04
steps:
- name: galaxy
Expand Down

0 comments on commit 36d8709

Please sign in to comment.