Skip to content

Commit

Permalink
update 'push to ansible galaxy' workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bodsch committed Sep 11, 2024
1 parent 7a7bf85 commit 0094728
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,15 @@ name: push to ansible galaxy

on:
workflow_dispatch:
workflow_run:
workflows:
- "CI"
branches:
- main
types:
- completed
push:
tags:
- '*'

jobs:
galaxy:
name: galaxy
runs-on: ubuntu-22.04
if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Check out the codebase
uses: actions/checkout@v4
Expand Down

0 comments on commit 0094728

Please sign in to comment.