Skip to content

Commit aacf239

Browse files
authored
Merge pull request #1975 from mariolenz/use_shared_test-galaxy-import_workflow
Use shared workflow for Galaxy import test
2 parents 9c02d89 + 8ed1f62 commit aacf239

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/import-galaxy.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
# Copyright (c) Ansible Project
3+
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
4+
# SPDX-License-Identifier: GPL-3.0-or-later
5+
6+
name: import-galaxy
7+
'on':
8+
# Run CI against all pushes (direct commits, also merged PRs) to main, and all Pull Requests
9+
push:
10+
branches:
11+
- main
12+
- stable-*
13+
pull_request:
14+
15+
jobs:
16+
import-galaxy:
17+
permissions:
18+
contents: read
19+
name: Test to import built collection artifact with Galaxy importer
20+
uses: ansible-community/github-action-test-galaxy-import/.github/workflows/test-galaxy-import.yml@main

0 commit comments

Comments
 (0)