Skip to content

Commit a4c96e1

Browse files
committed
continue if the action fails
1 parent 613b72e commit a4c96e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
uses: actions/checkout@v4
6060
- name: run action
6161
uses: ./
62+
continue-on-error: true
6263
with:
6364
environment-paths: "${{ toJSON(matrix.env-paths) }}"
6465
- name: detect unexpected failures

0 commit comments

Comments
 (0)