Skip to content

Commit

Permalink
ci: Run dist job always when CI is run (getsentry#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
iker-barriocanal authored Feb 11, 2021
1 parent 477fbe7 commit 9a78438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
timeout-minutes: 10
runs-on: ubuntu-16.04

if: "startsWith(github.ref, 'refs/heads/release/')"

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,7 @@ apidocs-hotfix: apidocs
.PHONY: apidocs-hotfix

aws-lambda-layer-build: dist
$(VENV_PATH)/bin/pip install urllib3
$(VENV_PATH)/bin/pip install certifi
$(VENV_PATH)/bin/python -m scripts.build-awslambda-layer
.PHONY: aws-lambda-layer-build

0 comments on commit 9a78438

Please sign in to comment.