Skip to content

Commit

Permalink
workflows - name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Klima committed Apr 8, 2021
1 parent c890f53 commit 69879c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-manual-sanity-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Manual sanity tests
name: Ansible dev-guide sanity tests
on:
workflow_dispatch:
# inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ansible-manual-unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Manual unit tests
name: Ansible dev-guide units tests
on:
workflow_dispatch:
# inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ansible-tests-fast.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: ansible-tests-fast
name: Ansible tests - UB20.04 Py 3.8

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ansible-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: ansible-tests
name: Aansible tests - UB20.04 Py 3.6-9

on:
workflow_dispatch:
Expand Down

0 comments on commit 69879c8

Please sign in to comment.