Skip to content

Commit 2493e55

Browse files
authored
Merge pull request #2049 from Exiv2/main_gha_names
Rename GHA workflows for having more intuitive navigation
2 parents 8135665 + d188898 commit 2493e55

8 files changed

+8
-8
lines changed

.github/workflows/nightly_Linux_distributions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
schedule:
55
- cron: 0 4 * * *
66

7-
name: CI for different Linux distributions
7+
name: Nightly - Linux distributions
88

99
jobs:
1010
distros:

.github/workflows/on_PR_linux_fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# mainly to protect the fuzz target from bitrot, but hopefully will
33
# also help to quickly catch some bugs before the PR is merged.
44

5-
name: Linux-Ubuntu Quick Fuzz on PRs
5+
name: On PRs - Linux-Ubuntu Quick Fuzz
66

77
on:
88
pull_request:

.github/workflows/on_PR_linux_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Linux-Ubuntu Matrix on PRs
1+
name: On PRs - Linux-Ubuntu Matrix
22

33
on: [pull_request]
44

.github/workflows/on_PR_linux_special_buils.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Linux Special Builds on PRs
1+
name: On PRs - Linux Special Builds
22

33
on: [pull_request]
44

.github/workflows/on_PR_mac_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Mac Matrix on PRs
1+
name: On PRs - Mac Matrix
22

33
on: [pull_request]
44

.github/workflows/on_PR_windows_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Win Matrix on PRs
1+
name: On PRs - Windows Matrix
22

33
on:
44
pull_request:

.github/workflows/on_push_BasicWinLinMac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# - Only running UnitTests and not regression tests
55

66
on: [push]
7-
name: Basic CI for all platforms on push
7+
name: On PUSH - Basic CI for main platforms
88

99
jobs:
1010
windows:

.github/workflows/on_push_ExtraJobsForMain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Linux Special Builds for main branch on push
1+
name: On PUSH - Linux Special Builds for main branch
22

33
on:
44
push:

0 commit comments

Comments
 (0)