Skip to content

Commit

Permalink
♻️ Move to laminci
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Jul 5, 2024
1 parent daf48a5 commit 40b5074
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 311 deletions.
1 change: 0 additions & 1 deletion .github/workflows/latest-changes.jinja2

This file was deleted.

308 changes: 0 additions & 308 deletions .github/workflows/latest-changes.py

This file was deleted.

7 changes: 5 additions & 2 deletions .github/workflows/latest-changes.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: latest-changes

on:
pull_request:
branches:
- main
pull_request_target:
branches:
- main
Expand All @@ -15,8 +18,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- run: pip install -U PyGithub "pydantic>=2.0.0" pydantic-settings "httpx>=0.15.5,<0.26.0" email-validator Jinja2
- run: python ./.github/workflows/latest-changes.py
- run: pip install "git+https://x-access-token:${{ secrets.LAMIN_BUILD_DOCS }}gitub.com/laminlabs/laminci[latest]"
- run: laminci changes
env:
input_token: ${{ secrets.LAMIN_BUILD_DOCS }}
input_branch_name: ${{ github.event.pull_request.head.ref }}
Expand Down

0 comments on commit 40b5074

Please sign in to comment.