Skip to content

Commit

Permalink
Named all GitHub Actions workflows
Browse files Browse the repository at this point in the history
Signed-off-by: utam0k <[email protected]>
  • Loading branch information
utam0k committed Aug 12, 2023
1 parent e5232ce commit 0bb059c
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_execution_time.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Benchmark execution time comparison with the main branch
name: ⏱️ Benchmark execution time comparison with the main branch

on:
issue_comment:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_auto.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dependabot automation
name: 🤖 Dependabot automation

on:
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: 📓 Deploy the documentation

on:
push:
branches:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integration_tests_validation.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: ✔️ Verification of integration

on:
push:
branches:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: 🔍 Basic Checks

on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/podman_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test for podman
name: 🧪 Test for podman

on:
schedule:
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:
Expand Down

0 comments on commit 0bb059c

Please sign in to comment.