Skip to content

Commit

Permalink
Change galaxy tag for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dlundgren committed Jan 7, 2021
1 parent a04412c commit 64ae48a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -71,3 +71,17 @@ jobs:
ANSIBLE_FORCE_COLOR: '1'
MOLECULE_DISTRO: ${{ matrix.distro }}
MOLECULE_PLAYBOOK: ${{ matrix.playbook }}

slack:
name: Slack
needs: molecule
runs-on: ubuntu-latest
if: always()
steps:
- uses: technote-space/workflow-conclusion-action@v2
- uses: 8398a7/action-slack@v3
with:
status: ${{ env.WORKFLOW_CONCLUSION }} # neutral, success, skipped, cancelled, timed_out, action_required, failure
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
13 changes: 13 additions & 0 deletions .github/workflows/galaxy.yml
Expand Up @@ -16,3 +16,16 @@ jobs:
uses: robertdebock/galaxy-action@1.0.1
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
slack:
name: Slack
needs: release
runs-on: ubuntu-latest
if: always()
steps:
- uses: technote-space/workflow-conclusion-action@v2
- uses: 8398a7/action-slack@v3
with:
status: ${{ env.WORKFLOW_CONCLUSION }} # neutral, success, skipped, cancelled, timed_out, action_required, failure
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
2 changes: 1 addition & 1 deletion meta/main.yml
Expand Up @@ -22,4 +22,4 @@ galaxy_info:
galaxy_tags:
- system
- duo
- duo logs
- logs

0 comments on commit 64ae48a

Please sign in to comment.