diff --git a/.github/workflows/branch-protection.yml b/.github/workflows/branch-protection.yml index f1e3064..d03d089 100644 --- a/.github/workflows/branch-protection.yml +++ b/.github/workflows/branch-protection.yml @@ -7,7 +7,7 @@ on: workflow_call jobs: branch-protection-job: - name: Protect + runs-on: ubuntu-latest steps: - name: Protect run: true