Use pr_status isntead of status

This commit is contained in:
Clémentine Urquizar 2021-10-14 14:21:42 +02:00
parent 7349fca607
commit f80b4fdedd
No known key found for this signature in database
GPG Key ID: D8E7CC7422E77E1A
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ status = [
'Tests on macos-latest',
'Tests on windows-latest',
'Run Clippy',
'Run Rustfmt',
'Milestone Check'
'Run Rustfmt'
]
pr_status = ['Milestone Check']
# 3 hours timeout
timeout-sec = 10800