mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:04:06 +01:00
This is in public preview now. These runners run in a docker container with only a single vCPU instead of 4 like the other jobs. For most of our jobs, this should be plenty, except for eval and linting.
17 lines
257 B
YAML
17 lines
257 B
YAML
name: Reviewed
|
|
|
|
on:
|
|
pull_request_review:
|
|
types: [submitted, dismissed]
|
|
|
|
permissions: {}
|
|
|
|
defaults:
|
|
run:
|
|
shell: bash
|
|
|
|
jobs:
|
|
trigger:
|
|
runs-on: ubuntu-slim
|
|
steps:
|
|
- run: echo This is a no-op only used as a trigger for workflow_run.
|