Skip to content

Commit

Permalink
Merge pull request #2256 from utam0k/named-wf
Browse files Browse the repository at this point in the history
Named all GitHub Actions workflows
  • Loading branch information
YJDoc2 authored Aug 12, 2023
2 parents e5232ce + 0bb059c commit bb9d9b4
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 bb9d9b4

Please sign in to comment.