Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Check for updates

Check for updates #538

Workflow file for this run

name: Check for updates
on:
schedule: # for scheduling to work this file must be in the default branch
- cron: "30 0 * * *" # Every day at 00:30
- cron: "30 1 * * *"
workflow_dispatch: # can be manually dispatched under GitHub's "Actions" tab
jobs:
flatpak-external-data-checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3