Skip to content

add workflow to ensure that PR are back-ported when merge is triggered #1663

add workflow to ensure that PR are back-ported when merge is triggered

add workflow to ensure that PR are back-ported when merge is triggered #1663

Workflow file for this run

name: Galaxy Importer
on:
push:
branches:
- main
- stable-*
pull_request:
schedule:
- cron: '0 13 * * *'
jobs:
importer:
uses: ansible-network/github_actions/.github/workflows/galaxy_importer.yml@main