Skip to content

Merge pull request #351 from ms-jpq/ci--2023-09-05 #1735

Merge pull request #351 from ms-jpq/ci--2023-09-05

Merge pull request #351 from ms-jpq/ci--2023-09-05 #1735

Workflow file for this run

---
name: Artifacts
on:
push:
branches:
- chad
schedule:
- cron: "0 0 * * *" # daily
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v3
- env:
CI_TOKEN: ${{ secrets.CI_TOKEN }}
run: |-
make build