Skip to content

chore(deps): update gnome shell container images to v2025.01.03.0 #2170

chore(deps): update gnome shell container images to v2025.01.03.0

chore(deps): update gnome shell container images to v2025.01.03.0 #2170

Workflow file for this run

# SPDX-FileCopyrightText: 2022 Aleksandr Mezin <mezin.alexander@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
name: pr
concurrency: ${{ github.workflow }}/${{ github.ref }}
on:
pull_request:
paths-ignore:
- docs/**
- po/**
- README.md
- Vagrantfile
- vagrant-provision/**
jobs:
build:
uses: ./.github/workflows/build.yml
with:
testspace: ${{ !github.event.repository.fork }}
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
with:
testspace: ${{ !github.event.repository.fork }}
translations:
uses: ./.github/workflows/pot.yml
with:
commit: false
secrets: inherit
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