mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 19:42:43 +00:00
GitHub Actions: Prepend emoji to platform names for easy visual grepping
This commit is contained in:
parent
2ba96f0dd9
commit
82b30f36cb
2
.github/workflows/android_builds.yml
vendored
2
.github/workflows/android_builds.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Android Builds
|
||||
name: 🤖 Android Builds
|
||||
on: [push, pull_request]
|
||||
|
||||
# Global Cache Settings
|
||||
|
2
.github/workflows/ios_builds.yml
vendored
2
.github/workflows/ios_builds.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: iOS Builds
|
||||
name: 🍏 iOS Builds
|
||||
on: [push, pull_request]
|
||||
|
||||
# Global Cache Settings
|
||||
|
2
.github/workflows/javascript_builds.disabled
vendored
2
.github/workflows/javascript_builds.disabled
vendored
@ -1,4 +1,4 @@
|
||||
name: JavaScript Builds
|
||||
name: 🌐 JavaScript Builds
|
||||
on: [push, pull_request]
|
||||
|
||||
# Global Cache Settings
|
||||
|
2
.github/workflows/linux_builds.yml
vendored
2
.github/workflows/linux_builds.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Linux Builds
|
||||
name: 🐧 Linux Builds
|
||||
on: [push, pull_request]
|
||||
|
||||
# Global Cache Settings
|
||||
|
2
.github/workflows/macos_builds.yml
vendored
2
.github/workflows/macos_builds.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: macOS Builds
|
||||
name: 🍎 macOS Builds
|
||||
on: [push, pull_request]
|
||||
|
||||
# Global Cache Settings
|
||||
|
2
.github/workflows/static_checks.yml
vendored
2
.github/workflows/static_checks.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Static Checks
|
||||
name: 📊 Static Checks
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
|
2
.github/workflows/windows_builds.yml
vendored
2
.github/workflows/windows_builds.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Windows Builds
|
||||
name: 🏁 Windows Builds
|
||||
on: [push, pull_request]
|
||||
|
||||
# Global Cache Settings
|
||||
|
Loading…
Reference in New Issue
Block a user