We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b03cc9 commit 5a8b71bCopy full SHA for 5a8b71b
.github/workflows/test.yaml
@@ -1,5 +1,5 @@
1
name: Test
2
-on: [push, pull_request]
+on: [pull_request]
3
env:
4
PANTS_CONFIG_FILES: +['pants.ci.toml']
5
jobs:
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
pants test ::
31
32
- - name: Package / Run
+ - name: Package
33
34
# We also smoke test that our release process will work by running `package`.
35
pants package ::
3rdparty/BUILD
@@ -4,5 +4,5 @@ python_requirements(
"django-environ": ["environ"],
"django-allauth": ["allauth"],
6
"django-simple-menu": ["menu"],
7
- }
+ },
8
)
src/docker/web/BUILD
@@ -6,5 +6,5 @@ docker_image(
"src/python/gk/web:gunicorn",
"src/python/gk/web:manage",
":entrypoint",
9
- ]
+ ],
10
0 commit comments