Skip to content

Merge pull request #6135 from abdulmueid/vidaa-disable-hevc #64

Merge pull request #6135 from abdulmueid/vidaa-disable-hevc

Merge pull request #6135 from abdulmueid/vidaa-disable-hevc #64

Workflow file for this run

name: Push & Release 🌍
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'push' && github.ref }}
cancel-in-progress: true
on:
push:
branches:
- master
- release*
paths-ignore:
- '**/*.md'
jobs:
automation:
name: Automation πŸŽ›οΈ
if: ${{ github.repository == 'jellyfin/jellyfin-web' }}
uses: ./.github/workflows/__automation.yml
secrets: inherit
main:
name: 'Unstable release πŸš€βš οΈ'
uses: ./.github/workflows/__package.yml
with:
commit: ${{ github.sha }}
quality_checks:
name: Quality checks πŸ‘ŒπŸ§ͺ
if: ${{ always() && !cancelled() }}
uses: ./.github/workflows/__quality_checks.yml
permissions: {}
with:
commit: ${{ github.sha }}
codeql:
name: GitHub CodeQL πŸ”¬
uses: ./.github/workflows/__codeql.yml
permissions:
actions: read
contents: read
security-events: write
with:
commit: ${{ github.sha }}
deploy:
name: Deploy πŸš€
if: ${{ github.repository == 'jellyfin/jellyfin-web' }}
uses: ./.github/workflows/__deploy.yml
needs:
- main
permissions:
contents: read
deployments: write
secrets: inherit
with:
branch: ${{ github.ref_name }}
comment:

Check failure on line 58 in .github/workflows/push.yml

View workflow run for this annotation

GitHub Actions / Push & Release 🌍

Invalid workflow file

The workflow is not valid. .github/workflows/push.yml (Line: 58, Col: 15): Unexpected value ''