Skip to content

Commit b8c1275

Browse files
committed
ci: fix gh action workflow
1 parent 92dd0e4 commit b8c1275

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
steps:
1616
- run: |
1717
echo "Running CI"
18-
test-python:
19-
name: "Test Python Version"
18+
test:
19+
name: "Test"
2020
needs: ["run-if"]
2121
runs-on: ubuntu-latest
2222
strategy:
@@ -50,7 +50,7 @@ jobs:
5050
name: "Release to pypi"
5151
runs-on: ubuntu-latest
5252
if: github.event_name == 'release'
53-
needs: [build-docs, tests, test-rsconnect]
53+
needs: [test]
5454
steps:
5555
- uses: actions/checkout@v2
5656
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)