Skip to content

Commit 1db61d7

Browse files
authored
test: ...
1 parent 48e454c commit 1db61d7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/puppeteer-container.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ jobs:
4949
id-token: write
5050

5151
steps:
52-
- name: Workaround Windows mess and set git to keep original line endings
53-
run: git config --global core.autocrlf false
54-
5552
- uses: actions/checkout@v4
5653

5754
- run: podman --version
@@ -86,6 +83,7 @@ jobs:
8683
test:
8784
runs-on: ubuntu-latest
8885
needs: [ prepare, build ]
86+
if: always() && !failure() && !cancelled()
8987

9088
container:
9189
image: ${{ needs.prepare.outputs.name }}:${{ needs.prepare.outputs.version }}

0 commit comments

Comments
 (0)