Skip to content

Commit

Permalink
Set deadlines
Browse files Browse the repository at this point in the history
  • Loading branch information
dboulytchev committed Oct 28, 2024
1 parent 0cbdd62 commit b0e6f6c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/postaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,25 @@ jobs:
"2024-05-15T23:59"
"2024-05-22T23:59"
)
deadlines_ITMO=(
"2024-11-09T23:59"
"2024-11-16T23:59"
"2024-11-23T23:59"
"2024-11-30T23:59"
"2024-12-07T23:59"
"2024-12-14T23:59"
"2024-12-21T23:59"
)
deadlines_HSE=(
"2024-11-09T23:59"
"2024-11-16T23:59"
"2024-11-23T23:59"
"2024-11-30T23:59"
"2024-12-07T23:59"
"2024-12-14T23:59"
"2024-12-21T23:59"
)

if [[ "CUB" == $university ]]; then
deadline=${deadlines_CUB[${assignment_number}-1]}
elif [[ "NUP" == $university ]]; then
Expand Down

0 comments on commit b0e6f6c

Please sign in to comment.