Skip to content

Commit

Permalink
ci: updates workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
pallabpain committed Sep 4, 2024
1 parent 487705d commit 07c615a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check Commit Hygiene 💬
name: 💬 Check Commit Hygiene

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Github Pages for Documentation
name: 📝 Github Pages for Documentation
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload to PyPi
name: 📦️ Upload to PyPi
on:
release:
types:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-compatibility.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Python Compatibility Check 🐍
name: 🐍 Python Compatibility Check
on: [ push ]

jobs:
python-compatibility:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: 🎉 Release
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-appimage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload AppImage
name: ⬆️ Upload AppImage
on:
push:
branches:
Expand Down

0 comments on commit 07c615a

Please sign in to comment.