diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b28ff2b..c28fcb6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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 @@ -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 @@ -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