Skip to content

Commit

Permalink
Merge branch 'danyaberezun:A01-straight-line-int-sm' into A01-straigh…
Browse files Browse the repository at this point in the history
…t-line-int-sm
  • Loading branch information
EkaterinaNikolaeva authored Oct 30, 2024
2 parents b86cf42 + f9ac792 commit 7ea0eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
prName="${{ github.event.pull_request.title }}"
university=`echo $prName | awk '{ sub(/.*\[/, ""); sub(/\].*/, ""); print }'`
universities=("SPBGU" "NUP" "CUB")
universities=("SPBGU" "NUP" "CUB" "HSE" "ITMO")
if [[ ! $(echo ${universities[@]} | grep -F -w $university) ]];
then
echo "FIASCO: Wrong university name or format in pull request title: $university "
Expand Down

0 comments on commit 7ea0eea

Please sign in to comment.