We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e454c commit 1db61d7Copy full SHA for 1db61d7
.github/workflows/puppeteer-container.yml
@@ -49,9 +49,6 @@ jobs:
49
id-token: write
50
51
steps:
52
- - name: Workaround Windows mess and set git to keep original line endings
53
- run: git config --global core.autocrlf false
54
-
55
- uses: actions/checkout@v4
56
57
- run: podman --version
@@ -86,6 +83,7 @@ jobs:
86
83
test:
87
84
runs-on: ubuntu-latest
88
85
needs: [ prepare, build ]
+ if: always() && !failure() && !cancelled()
89
90
container:
91
image: ${{ needs.prepare.outputs.name }}:${{ needs.prepare.outputs.version }}
0 commit comments