Skip to content

Commit 5a8b71b

Browse files
committed
Cleanup
1 parent 3b03cc9 commit 5a8b71b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Test
2-
on: [push, pull_request]
2+
on: [pull_request]
33
env:
44
PANTS_CONFIG_FILES: +['pants.ci.toml']
55
jobs:
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
pants test ::
3131
32-
- name: Package / Run
32+
- name: Package
3333
run: |
3434
# We also smoke test that our release process will work by running `package`.
3535
pants package ::

3rdparty/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ python_requirements(
44
"django-environ": ["environ"],
55
"django-allauth": ["allauth"],
66
"django-simple-menu": ["menu"],
7-
}
7+
},
88
)

src/docker/web/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ docker_image(
66
"src/python/gk/web:gunicorn",
77
"src/python/gk/web:manage",
88
":entrypoint",
9-
]
9+
],
1010
)

0 commit comments

Comments
 (0)