Skip to content

Bump mikepenz/action-junit-report from 4.3.1 to 5 in the github-actions-updates group #1

Bump mikepenz/action-junit-report from 4.3.1 to 5 in the github-actions-updates group

Bump mikepenz/action-junit-report from 4.3.1 to 5 in the github-actions-updates group #1

Workflow file for this run

name: Server CI PR
on:
pull_request:
paths:
- "server/**"
- "e2e-tests/**"
- ".github/**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# This file just imports the template yml
# and runs it with concurrency. We have to do this in this way
# because the concurrency label cannot be added conditionally
# and it _always_ cancels pending workflows. So master CI builds
# always kept getting canceled.
jobs:
pr-ci:
uses: ./.github/workflows/server-ci-template.yml
secrets: inherit