Skip to content

Commit 0414706

Browse files
committed
fix(ci): release workflow (#817)
1 parent d97ecdf commit 0414706

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci_cd_release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ jobs:
5555
runs-on: ubuntu-latest
5656
permissions:
5757
contents: read
58-
if: |
59-
!contains(github.event.pull_request.labels.*.name, 'ci:skip') &&
60-
!contains(github.event.pull_request.labels.*.name, 'style:skip')
6158
steps:
6259
- name: "Checkout project"
6360
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -82,7 +79,7 @@ jobs:
8279
# https://github.com/errata-ai/vale/issues/858
8380
# Combine both file lists and convert them to a JSON array
8481
# vale_files=$(echo -e "${rst_files}\n${python_files}" | jq -R . | jq -s .)
85-
vale_files=$(echo -e "${python_files}" | jq -R . | jq -s .)
82+
vale_files=$(echo -e "${rst_files}" | jq -R . | jq -s .)
8683
echo "files=$(jq -c <<< "${vale_files}")" >> "${GITHUB_OUTPUT}"
8784
8885
- uses: ansys/actions/doc-style@f044c670f4ade6e0cc77202c2b1c81f1f7acec2a # v10.0.16

0 commit comments

Comments
 (0)