Skip to content

Commit

Permalink
changed workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-ebert-sva committed Sep 6, 2024
1 parent 654bf80 commit 236d486
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

ansible-lint:
name: Lint ansible code
uses: stuttgart-things/stuttgart-things/.github/workflows/ansible-lint.yaml@main # ansible-lint-24.2.1
uses: stuttgart-things/stuttgart-things/.github/workflows/lint-ansible.yaml@main # ansible-lint-24.2.1
with:
runs-on: ghr-install-configure-docker-skyami-cicd
environment-name: k8s
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
release-ansible:
name: Release
uses: stuttgart-things/stuttgart-things/.github/workflows/release.yaml@main
uses: stuttgart-things/stuttgart-things/.github/workflows/call-release-module.yaml@main
with:
module-name: install-configure-docker
tag-name: "${{ github.event.inputs.release-tag }}"
Expand Down

0 comments on commit 236d486

Please sign in to comment.