Skip to content

Fix server crash detection #288

Fix server crash detection

Fix server crash detection #288

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened, labeled, unlabeled]
permissions: {}
jobs:
check-release:
name: check release
if: "!contains(github.event.pull_request.labels.*.name, 'skip release')"
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
persist-credentials: false
- name: Check release
env:
BASE_REF: ${{ github.base_ref }}
run: python .github/scripts/release.py check "$BASE_REF"