diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36094419103..6275b4599d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: python-version: '3.x' - name: Make Shell Script Executable - run: chmod +x scripts/generate_input.sh + run: chmod +x scripts/run_commit_tests.sh - name: Run Shell Script to Generate Input File run: |