summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-08-25 00:43:19 +0200
committerGitHub <noreply@github.com>2020-08-25 00:43:19 +0200
commit443686d724ce8ac58dcdf09389e9f996aee866c1 (patch)
tree3f65c75070fc111453d52a1ee1a5fc3ab8b84d5e
parentba7738a3b264bfbe999631449c1d2daaaa5212f2 (diff)
parent82b30f36cb3f0de8c99891dd3c0e25e83f62ccb0 (diff)
Merge pull request #41461 from Calinou/ci-platforms-emoji
GitHub Actions: Prepend emoji to platform names for easy visual grepping
-rw-r--r--.github/workflows/android_builds.yml2
-rw-r--r--.github/workflows/ios_builds.yml2
-rw-r--r--.github/workflows/javascript_builds.disabled2
-rw-r--r--.github/workflows/linux_builds.yml2
-rw-r--r--.github/workflows/macos_builds.yml2
-rw-r--r--.github/workflows/static_checks.yml2
-rw-r--r--.github/workflows/windows_builds.yml2
7 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/android_builds.yml b/.github/workflows/android_builds.yml
index 6b16c10b3e..1c9a8f7f03 100644
--- a/.github/workflows/android_builds.yml
+++ b/.github/workflows/android_builds.yml
@@ -1,4 +1,4 @@
-name: Android Builds
+name: 🤖 Android Builds
on: [push, pull_request]
# Global Cache Settings
diff --git a/.github/workflows/ios_builds.yml b/.github/workflows/ios_builds.yml
index 0657a6cb18..e6770d384a 100644
--- a/.github/workflows/ios_builds.yml
+++ b/.github/workflows/ios_builds.yml
@@ -1,4 +1,4 @@
-name: iOS Builds
+name: 🍏 iOS Builds
on: [push, pull_request]
# Global Cache Settings
diff --git a/.github/workflows/javascript_builds.disabled b/.github/workflows/javascript_builds.disabled
index 09c4c41d53..c3c51209bd 100644
--- a/.github/workflows/javascript_builds.disabled
+++ b/.github/workflows/javascript_builds.disabled
@@ -1,4 +1,4 @@
-name: JavaScript Builds
+name: 🌐 JavaScript Builds
on: [push, pull_request]
# Global Cache Settings
diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml
index 087b2d15de..436671dd95 100644
--- a/.github/workflows/linux_builds.yml
+++ b/.github/workflows/linux_builds.yml
@@ -1,4 +1,4 @@
-name: Linux Builds
+name: 🐧 Linux Builds
on: [push, pull_request]
# Global Cache Settings
diff --git a/.github/workflows/macos_builds.yml b/.github/workflows/macos_builds.yml
index bd3340111e..74b57adaeb 100644
--- a/.github/workflows/macos_builds.yml
+++ b/.github/workflows/macos_builds.yml
@@ -1,4 +1,4 @@
-name: macOS Builds
+name: 🍎 macOS Builds
on: [push, pull_request]
# Global Cache Settings
diff --git a/.github/workflows/static_checks.yml b/.github/workflows/static_checks.yml
index ee01dba2ba..c2af0ac549 100644
--- a/.github/workflows/static_checks.yml
+++ b/.github/workflows/static_checks.yml
@@ -1,4 +1,4 @@
-name: Static Checks
+name: 📊 Static Checks
on: [push, pull_request]
jobs:
diff --git a/.github/workflows/windows_builds.yml b/.github/workflows/windows_builds.yml
index 0d3c78b45d..a2fa4cc7c8 100644
--- a/.github/workflows/windows_builds.yml
+++ b/.github/workflows/windows_builds.yml
@@ -1,4 +1,4 @@
-name: Windows Builds
+name: 🏁 Windows Builds
on: [push, pull_request]
# Global Cache Settings