Skip to content

[WIP] Try to use system setproctitle #2174

[WIP] Try to use system setproctitle

[WIP] Try to use system setproctitle #2174

Workflow file for this run

name: push
concurrency: ${{ github.workflow }}/${{ github.ref }}
on:
workflow_dispatch:
push:
branches-ignore:
- renovate/**
- weblate
tags-ignore:
- v*
paths-ignore:
- docs/**
- po/**
- README.md
- Vagrantfile
- vagrant-provision/**
jobs:
build:
uses: ./.github/workflows/build.yml
with:
testspace: ${{ !github.event.repository.fork }}
test:
needs: build
uses: ./.github/workflows/test.yml
with:
testspace: ${{ !github.event.repository.fork }}
translations:
uses: ./.github/workflows/pot.yml
with:
commit: ${{ github.ref_type == 'branch' && github.ref_name == github.event.repository.default_branch && !github.event.repository.fork }}
secrets: inherit