Update .github/workflows/pr-smoke-test.yml

Co-authored-by: Ron Rennick <ron@ronandandrea.com>
This commit is contained in:
Greg 2021-09-20 10:29:02 -06:00 committed by GitHub
parent 4707f48769
commit 30bbedcb2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ on:
- labeled
jobs:
prcheck:
name: Smoke test on a PR.
name: Smoke test a pull request.
if: "${{ contains(github.event.label.name, 'run: smoke tests') }}"
runs-on: ubuntu-18.04
steps: