Skip to content

Commit

Permalink
remove DO_NOT_SUBMIT check (#10450)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshu authored Jan 14, 2025
1 parent 1fc67de commit 2038ce3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ jobs:
- name: Generate Code
run: |
./ci/check-generated-code.sh
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v45
- name: Check for DO_NOT_SUBMIT
# documentation for where we get the list of files to pass into the script:
# https://github.com/marketplace/actions/changed-files?version=v37#outputs
run: ./ci/do-not-submit.sh ${{ steps.changed-files.outputs.all_changed_files }}
static-analysis:
name: Lint Checks
Expand Down
43 changes: 0 additions & 43 deletions ci/do-not-submit.sh

This file was deleted.

0 comments on commit 2038ce3

Please sign in to comment.