Skip to content

Commit 5aa2163

Browse files
Fix hashFiles error
1 parent 35164c1 commit 5aa2163

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_internal-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id: supported-version
3535
- run: echo ${{ steps.supported-version.outputs.matrix }}
3636
e2e-workflow:
37-
if: ${{ hashFiles('_test/demo-package/**') != '' }}
37+
if: ${{ always() && hashFiles('_test/demo-package/**') != '' }}
3838
needs: compute_matrix
3939
uses: ./.github/workflows/e2e.yaml
4040
with:

0 commit comments

Comments
 (0)