File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7070 uses : ./.github/workflows/test.yml
7171 with :
7272 release-artifact-id : ${{ needs.build.outputs.release-artifact-id }}
73- format-check : false
73+ disable- format-check : true
7474
7575 publish :
7676 if : github.ref_type == 'tag'
Original file line number Diff line number Diff line change 1212 type : string
1313 default : ' '
1414 description : The artifact-id to run the tests against.
15- format-check :
15+ disable- format-check :
1616 type : boolean
17- default : true
17+ default : false
1818 description : Run the ruff format check. This should only be disabled for releases.
1919jobs :
2020 build :
@@ -139,7 +139,7 @@ jobs:
139139
140140 format :
141141 runs-on : ubuntu-latest
142- if : inputs.format-check
142+ if : ! inputs.disable- format-check
143143 steps :
144144 - name : Checkout pkgcore
145145 uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments