Skip to content

chore(deps): update gnome shell container images to v2024.11.06.0 #2058

chore(deps): update gnome shell container images to v2024.11.06.0

chore(deps): update gnome shell container images to v2024.11.06.0 #2058

Workflow file for this run

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