Skip to content

Commit 6bd30ff

Browse files
committed
Test
1 parent b5f9b2c commit 6bd30ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,10 @@ jobs:
119119
with:
120120
script: |
121121
// Check if event is not a pull request or is a closed pull request
122-
/*
123122
if ('${{ github.event_name }}' == 'pull_request_target' && '${{ github.event.action }}' != 'closed') {
124123
console.log('Skipping cache cleanup');
125124
return;
126125
}
127-
*/
128126
129127
const sha = '${{ github.event.pull_request.head.sha || github.sha }}';
130128
const pr = '${{ github.event.pull_request.number }}';

0 commit comments

Comments
 (0)