Skip to content

Action test on Ubuntu #533

Action test on Ubuntu

Action test on Ubuntu #533

name: Action test on Ubuntu
on:
schedule:
- cron: "0 2 * * MON-FRI" # Runs at 02:00 UTC
push:
branches:
- main
workflow_dispatch:
jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- uses: GuillaumeFalourd/setup-rsync@main
- run: rsync --version