mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
GitHub Actions: Prepend emoji to platform names for easy visual grepping
This commit is contained in:
parent
2ba96f0dd9
commit
82b30f36cb
7 changed files with 7 additions and 7 deletions
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β¦
Add table
Add a link
Reference in a new issue