You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
GitHub Actions: Prepend emoji to platform names for easy visual grepping
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user