Skip to content

Shared - Better Resume on Retry Implementation #578

Shared - Better Resume on Retry Implementation

Shared - Better Resume on Retry Implementation #578

Workflow file for this run

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
types: [ "review_requested", "ready_for_review" ]
workflow_dispatch:
name: Flatpak
permissions:
id-token: write
contents: read
jobs:
gnome-flatpak:
name: "GNOME on Flatpak"
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.user.login != 'weblate' }}
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-46
options: --privileged
strategy:
matrix:
arch: [x86_64]
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/[email protected]
with:
bundle: org.nickvision.tubeconverter.gnome.flatpak
manifest-path: flatpak/org.nickvision.tubeconverter.gnome.json
cache-key: flatpak-builder-gnome-${{ github.sha }}
arch: ${{ matrix.arch }}
restore-cache: true
qt-flatpak:
name: "QT on Flatpak"
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.user.login != 'weblate' }}
container:
image: bilelmoussaoui/flatpak-github-actions:kde-6.7
options: --privileged
strategy:
matrix:
arch: [x86_64]
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/[email protected]
with:
bundle: org.nickvision.tubeconverter.qt.flatpak
manifest-path: flatpak/org.nickvision.tubeconverter.qt.json
cache-key: flatpak-builder-qt-${{ github.sha }}
arch: ${{ matrix.arch }}
restore-cache: true