Skip to content

Commit 9a78438

Browse files
ci: Run dist job always when CI is run (#1006)
1 parent 477fbe7 commit 9a78438

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
timeout-minutes: 10
1515
runs-on: ubuntu-16.04
1616

17-
if: "startsWith(github.ref, 'refs/heads/release/')"
18-
1917
steps:
2018
- uses: actions/checkout@v2
2119
- uses: actions/setup-node@v1

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,7 @@ apidocs-hotfix: apidocs
6161
.PHONY: apidocs-hotfix
6262

6363
aws-lambda-layer-build: dist
64+
$(VENV_PATH)/bin/pip install urllib3
65+
$(VENV_PATH)/bin/pip install certifi
6466
$(VENV_PATH)/bin/python -m scripts.build-awslambda-layer
6567
.PHONY: aws-lambda-layer-build

0 commit comments

Comments
 (0)