0
0
mirror of https://github.com/jellyfin/jellyfin-vue.git synced 2025-02-23 02:16:20 +00:00
Fernando Fernández 131a2c3866 ci: major refactors (#2423)
* 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>
2024-08-11 13:13:21 +02:00

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 }}