Skip to content

Commit

Permalink
CI: better labels for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Feb 1, 2024
1 parent c3d6d50 commit 169aeb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manylinux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: linux
name: manylinux

on: [push]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: linux
name: ubuntu

on: [push]

Expand All @@ -23,4 +23,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: TkGL_pkg_linux
path: ./dist
path: ./dist

0 comments on commit 169aeb8

Please sign in to comment.