ngn e5368ccc49
All checks were successful
docker / docker (push) Successful in 26s
remove the push trigger from the ups workflow
Signed-off-by: ngn <ngn@ngn.tf>
2025-05-12 21:48:32 +03:00

26 lines
523 B
YAML

name: ups
on:
schedule:
- cron: "@weekly"
jobs:
ups:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt update -y
sudo apt install -y python3 python3-build python3-requests make
- name: Install ups
run: |
git clone https://git.ngn.tf/ngn/ups && cd ups
make && make install
- name: Run ups
run: PATH=~/.local/bin:$PATH ups-check