Skip to content

chore(deps): update gnome shell container images to v2023.11.18.0 #1239

chore(deps): update gnome shell container images to v2023.11.18.0

chore(deps): update gnome shell container images to v2023.11.18.0 #1239

Workflow file for this run

name: pr
concurrency: ${{ github.workflow }}/${{ github.ref }}
on:
pull_request:
paths-ignore:
- docs/**
- po/**
jobs:
build:
uses: ./.github/workflows/build.yml
with:
testspace: true
if: >-
startsWith(github.event.pull_request.head.ref, 'renovate/')
|| github.event.pull_request.base.repo.node_id != github.event.pull_request.head.repo.node_id
test:
needs: build
uses: ./.github/workflows/test.yml