Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: give names to workflows to make them distinguishable in the WebUI
Browse files Browse the repository at this point in the history
muggenhor committed Sep 5, 2023
1 parent 3cafd8b commit 1479ccb
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Linux

on:
push:
2 changes: 1 addition & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: OSX

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

on:
push:

0 comments on commit 1479ccb

Please sign in to comment.