Skip to content

Commit 0f17ff8

Browse files
authored
Rename workflow and update trigger settings
1 parent e9b8f3b commit 0f17ff8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/pypi-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33

44
# Check that the package can be installed from PyPI and run tests
55

6-
name: Test package installed from PyPI
6+
name: Test pip package
77

88
on:
9-
schedule:
10-
- cron: '0 0 * * *' # Once per day
9+
workflow_dispatch: {}
1110

1211
jobs:
1312
pypi-test:

0 commit comments

Comments
 (0)