Skip to content

Commit

Permalink
rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jun 15, 2024
1 parent cdb4998 commit 350bcc6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-sources.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Validate Source Rules
name: Static Checks
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Package and Publish
name: Distribution

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Suite
name: Automatic Tests
'on':
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion utils/render-test-workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
PLATFORMS = ["ubuntu-latest", "macos-latest", "windows-latest"]
PACKAGES = ["lenskit", "lenskit-funksvd", "lenskit-implicit"]
WORKFLOW_HEADER = {
"name": "Test Suite",
"name": "Automatic Tests",
"on": {
"push": {
"branches": ["main"],
Expand Down

0 comments on commit 350bcc6

Please sign in to comment.