File tree Expand file tree Collapse file tree 1 file changed +11
-15
lines changed Expand file tree Collapse file tree 1 file changed +11
-15
lines changed Original file line number Diff line number Diff line change @@ -50,19 +50,15 @@ jobs:
50
50
git add ./review/api/*.api.md
51
51
git commit --allow-empty -m "API changes"
52
52
53
- - name : Get API changes
54
- id : api-changed
55
- uses :
tj-actions/[email protected]
56
- with :
57
- base_sha : ' HEAD~1'
58
- sha : ' HEAD'
59
- # only checks for modified files in this directory
60
- files : review/api/*.api.md
53
+ # TODO: re-enable check for the following files:
54
+ # review/api/*.api.md
55
+ # - name: Get API changes
56
+ # id: api-changed
61
57
62
- - name : Fail if API are modified
63
- if : steps.api-changed.outputs.any_changed == 'true'
64
- run : |
65
- for file in ${{ steps.api-changed.outputs.all_changed_files }}; do
66
- echo "$file"
67
- done
68
- exit 1
58
+ # - name: Fail if API are modified
59
+ # if: steps.api-changed.outputs.any_changed == 'true'
60
+ # run: |
61
+ # for file in ${{ steps.api-changed.outputs.all_changed_files }}; do
62
+ # echo "$file"
63
+ # done
64
+ # exit 1
You can’t perform that action at this time.
0 commit comments