Skip to content

Commit

Permalink
ci(py-test): Adjust naming in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Oct 21, 2024
1 parent eaa74c7 commit 27dc0bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/py-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test - Python
name: Python- Release

on:
push:
Expand All @@ -21,7 +21,7 @@ permissions:
contents: read

jobs:
test:
py-test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 27dc0bf

Please sign in to comment.