diff --git a/.github/workflows/wiki-conflicts.yml b/.github/workflows/wiki-conflicts.yml index 36cf0bf27..e8b307b5e 100644 --- a/.github/workflows/wiki-conflicts.yml +++ b/.github/workflows/wiki-conflicts.yml @@ -1,4 +1,4 @@ -name: Verify conflicts in Wiki +name: 📚 Verify conflicts in Wiki # Trigger this action only if there are changes pushed to the wiki/** directory in a pull request on: @@ -9,7 +9,7 @@ on: jobs: verify_conflicts_wiki: - name: 📚 Verify conflicts in wiki + name: Verify conflicts in wiki runs-on: ubuntu-latest steps: - name: Checkout repository diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index 9a6d1b156..9af73cb80 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -1,4 +1,4 @@ -name: Publish docs to Wiki +name: 📚 Publish docs to Wiki # Trigger this action only if there are changes pushed to the wiki/** directory under the main branch on: @@ -17,7 +17,7 @@ env: jobs: publish_docs_to_wiki: - name: 📚 Publish docs to Wiki + name: Publish docs to Wiki runs-on: ubuntu-latest steps: - name: Checkout repository