From 90c5de151be15815469a07b2c7aa4ab0c01f2a86 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 24 Sep 2019 12:53:50 +0300 Subject: GH Actions updates. (#29429) --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 55eac1eb7..263c1d523 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 -- cgit v1.2.3