Skip to content

Commit

Permalink
FIXUP: Remove unnecessary branch input
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Dec 10, 2024
1 parent 8b54e1e commit f294fec
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/validate_extra_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ name: Validate Schemas with Extra Checks

on:
workflow_dispatch:
inputs:
branch:
description: "Branch to run on"
required: true
default: "main"

jobs:
validate-extra-checks:
Expand All @@ -15,8 +10,6 @@ jobs:
steps:
- name: Check out repo
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.branch }}

- name: Setup Python and install dependencies
uses: ./.github/actions/setup-test-environment
Expand Down

0 comments on commit f294fec

Please sign in to comment.