Skip to content

fix(roles): env file in systemd unit is not required anymore #44

fix(roles): env file in systemd unit is not required anymore

fix(roles): env file in systemd unit is not required anymore #44

---
# yamllint disable rule:truthy
name: "Pull Request on develop"
concurrency: # Cancel any existing runs of this workflow for this same PR
group: "${{ '{{ github.workflow }}' }}-${{ '{{ github.ref }}' }}"
cancel-in-progress: true
on:
push:
branches:
- "renovate/**"
pull_request:
branches:
- develop
jobs:
linter:
uses: ./.github/workflows/workflow-linter.yml
tests:
needs: ["linter"]
uses: ./.github/workflows/workflow-tests.yml