Skip to content

Commit 556221b

Browse files
committed
ci: always show info about the role before new import
1 parent 3b708ec commit 556221b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/import-ansible-role.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
run: |
3434
python -m pip install --upgrade pip
3535
pip install ansible-core
36-
- name: Show info about the role
37-
if: ${{ github.ref_name != env.VERSION_FILE_CONTENT }}
36+
- name: Show info about the role on Ansible galaxy before new import
3837
run: |
3938
PROJECT_NAME="${ROLE_GIT_REPO##*/}"
4039
echo "repo: $ROLE_GIT_REPO"

0 commit comments

Comments
 (0)