Skip to content

Move flaky tests from the "nil" group #188

Move flaky tests from the "nil" group

Move flaky tests from the "nil" group #188

Workflow file for this run

name: Prevent Merge Commits
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
forbid-merge-commits:
runs-on: ["self-hosted", "aws_autoscaling"]
steps:
- name: Run Forbid Merge Commits Action
uses: NilFoundation/forbid-merge-commits-action@main