Pārlūkot izejas kodu

GitHub Actions: Prepend emoji to platform names for easy visual grepping

(cherry picked from commit 82b30f36cb3f0de8c99891dd3c0e25e83f62ccb0)
Hugo Locurcio 5 gadi atpakaļ
vecāks
revīzija
30c4b1b67e

+ 1 - 1
.github/workflows/android_builds.yml

@@ -1,4 +1,4 @@
-name: Android Builds
+name: 🤖 Android Builds
 on: [push, pull_request]
 
 # Global Cache Settings

+ 1 - 1
.github/workflows/ios_builds.yml

@@ -1,4 +1,4 @@
-name: iOS Builds
+name: 🍏 iOS Builds
 on: [push, pull_request]
 
 # Global Cache Settings

+ 1 - 1
.github/workflows/javascript_builds.yml

@@ -1,4 +1,4 @@
-name: JavaScript Builds
+name: 🌐 JavaScript Builds
 on: [push, pull_request]
 
 # Global Cache Settings

+ 1 - 1
.github/workflows/linux_builds.yml

@@ -1,4 +1,4 @@
-name: Linux Builds
+name: 🐧 Linux Builds
 on: [push, pull_request]
 
 # Global Cache Settings

+ 1 - 1
.github/workflows/macos_builds.yml

@@ -1,4 +1,4 @@
-name: macOS Builds
+name: 🍎 macOS Builds
 on: [push, pull_request]
 
 # Global Cache Settings

+ 1 - 1
.github/workflows/static_checks.yml

@@ -1,4 +1,4 @@
-name: Static Checks
+name: 📊 Static Checks
 on: [push, pull_request]
 
 jobs:

+ 1 - 1
.github/workflows/windows_builds.yml

@@ -1,4 +1,4 @@
-name: Windows Builds
+name: 🏁 Windows Builds
 on: [push, pull_request]
 
 # Global Cache Settings