GH Actions updates. (#29429)

This commit is contained in:
XhmikosR 2019-09-24 12:53:50 +03:00 committed by GitHub
parent 129bb08fc4
commit 90c5de151b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
name: Run tests
name: Tests
on: [push, pull_request]
jobs:
@ -13,7 +13,7 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@master
uses: actions/checkout@v1
with:
fetch-depth: 3