Skip to content

chore(deps): update ghcr.io/ddterm/ci-docker-image docker tag to v2023.10.26.0 #1178

chore(deps): update ghcr.io/ddterm/ci-docker-image docker tag to v2023.10.26.0

chore(deps): update ghcr.io/ddterm/ci-docker-image docker tag to v2023.10.26.0 #1178

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