Update .github/workflows/pr-smoke-test.yml
Co-authored-by: Ron Rennick <ron@ronandandrea.com>
This commit is contained in:
parent
4707f48769
commit
30bbedcb2f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue