mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-02-23 02:16:20 +00:00
* Migrate CF Pages to CF Wrangler action (based on https://github.com/jellyfin/jellyfin-web/pull/5894) * Create event-based workflows, all the specific actions are now reusable workflows. * Fix labeler definition file Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
18 lines
306 B
YAML
18 lines
306 B
YAML
name: Scheduled tasks 🕒
|
|
|
|
on:
|
|
schedule:
|
|
- cron: 30 7 * * 6
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
codeql:
|
|
name: GitHub CodeQL 🔬
|
|
uses: ./.github/workflows/__codeql.yml
|
|
permissions:
|
|
actions: read
|
|
contents: read
|
|
security-events: write
|
|
with:
|
|
commit: ${{ github.sha }}
|