Skip to content

Commit 6663062

Browse files
committed
always set the pass status
1 parent 1854f7e commit 6663062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ jobs:
5959
uses: actions/checkout@v4
6060
- name: run action
6161
uses: ./
62-
continue-on-error: true
6362
with:
6463
environment-paths: "${{ toJSON(matrix.env-paths) }}"
6564
- name: setup status
65+
if: always()
6666
shell: bash -l {0}
6767
run: |
6868
echo "STATUS=0" >> $GITHUB_ENV

0 commit comments

Comments
 (0)