File: required-checks-hack.yml

package info (click to toggle)
jujutsu 0.30.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 9,756 kB
  • sloc: sh: 283; makefile: 31
file content (18 lines) | stat: -rw-r--r-- 388 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: pr

on:
  pull_request:

permissions: {}

jobs:
  # The actual `required-checks` job is defined in `ci.yml` and only
  # runs for `merge_group` events. This hack ensures that it doesn’t
  # block the merge for pull requests.
  required-checks:
    name: required checks (merge queue)
    if: false
    runs-on: ubuntu-latest
    # Should never be run
    steps:
    - run: exit 1