Merge pull request #513 from hifis-net/dependabot/uv/ansible-12.2.0 #897
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SPDX-FileCopyrightText: Helmholtz Centre for Environmental Research (UFZ) | |
| # SPDX-FileCopyrightText: Helmholtz-Zentrum Dresden-Rossendorf (HZDR) | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 | |
| --- | |
| name: "Test importing collection" | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - "main" | |
| jobs: | |
| import-galaxy: | |
| permissions: | |
| contents: "read" | |
| name: "Import collection with Galaxy importer" | |
| uses: "ansible-community/github-action-test-galaxy-import/.github/workflows/test-galaxy-import.yml@main" |