Skip to content

feat(state): allow storing of state in tmpfs instead of disk #7834

feat(state): allow storing of state in tmpfs instead of disk

feat(state): allow storing of state in tmpfs instead of disk #7834

Workflow file for this run

name: Status Check
on:
pull_request:
branches: [ main ]
types: [ opened, reopened, synchronize, labeled, unlabeled]
jobs:
status-check:
name: Status Check
runs-on: ubuntu-24.04
steps:
- name: Check if the PR is hold
if: contains(github.event.pull_request.labels.*.name, 'workflow/merge-hold')
run: echo 'This pull request is hold' && exit 1