Skip to content

Commit d0c942a

Browse files
authored
chore: rename for conventions
1 parent 4086610 commit d0c942a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml renamed to .github/workflows/push.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Test
1+
name: Push Events
22

33
on: [push, pull_request]
44

@@ -15,6 +15,8 @@ jobs:
1515

1616
- name: Checkout code
1717
uses: actions/checkout@v4
18+
with:
19+
show-progress: false
1820

1921
- name: Install module
2022
run: pip install .[tests]

0 commit comments

Comments
 (0)