diff options
| author | XhmikosR <[email protected]> | 2019-09-24 12:53:50 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-09-26 18:37:07 +0300 |
| commit | cdfba0be4a31ec82b3dd0ce1b464dfc3e1e43e2f (patch) | |
| tree | fe4ee5ceac3db8b67b0f5464cf259cabd615c9b7 /.github/workflows | |
| parent | 61cc86d68d4b0d850b09ff9b3d890c0e9f3a517b (diff) | |
| download | bootstrap-cdfba0be4a31ec82b3dd0ce1b464dfc3e1e43e2f.tar.xz bootstrap-cdfba0be4a31ec82b3dd0ce1b464dfc3e1e43e2f.zip | |
GH Actions updates. (#29429)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bb9ed4aa5..9290be651 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 |
