Skip to content

Commit

Permalink
Rename jobs for windows builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenwilliam77 committed Dec 25, 2020
1 parent 4caec4a commit aacd4c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-windows-1.5.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'build-1.5'
name: 'build-windows-1.5'
on: [push, pull_request]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'build'
name: 'build-windows'
on: [push, pull_request]

jobs:
Expand Down

2 comments on commit aacd4c1

@chenwilliam77
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/26893

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.2 -m "<description of version>" aacd4c159f1befdfacdf0c3d674958fad235b74d
git push origin v0.5.2

Please sign in to comment.