Skip to content

Commit fcacaad

Browse files
committed
competition-status to opened
1 parent 73f00ff commit fcacaad

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/scoring.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,7 @@ jobs:
3939
with:
4040
result-encoding: string
4141
script: |
42-
const payload = require('/tmp/payload.json');
43-
44-
const startAt = new Date('2022-08-04T18:00:00.000+09:00');
45-
const endAt = new Date('2022-08-05T20:00:00.000+09:00');
46-
const requestedAt = new Date(payload.request_time);
47-
48-
if (requestedAt < startAt || endAt < requestedAt) {
49-
return 'closed';
50-
}
42+
// force oneced for debugging
5143
return 'opened';
5244
vrt:
5345
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)