Skip to content

Add new lineages #15379

Add new lineages

Add new lineages #15379

Workflow file for this run

name: Add new lineages
on:
workflow_dispatch:
push:
pull_request:
schedule:
- cron: "0/30 * * * *"
jobs:
update_lineages:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Setup Python
uses: actions/[email protected]
with:
python-version: "3.10"
cache: "pip"
- name: Installing Requirements
run: pip install -r requirements.txt
- run: python main.py
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update Lineages
commit_options: "--no-verify"