Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linux-arm64-pr-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linux ARM64 - Pull Request
name: Linux arm64 - Pull Request

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-arm64-push-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linux ARM64 - Push to Branches
name: Linux arm64

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-x64-push-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linux x64 - Push to Branches
name: Linux x64

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-push-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Windows - Push to Branches
name: Windows

on:
push:
Expand Down
Loading