Skip to content

Commit e83ab74

Browse files
committed
Fix error in wf
1 parent d4955ca commit e83ab74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-storage-dependant-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
169169
- name: Publish temp log files
170170
if: |
171-
(!cancelled()
171+
!cancelled()
172172
timeout-minutes: 1
173173
uses: actions/upload-artifact@v4
174174
with:

0 commit comments

Comments
 (0)