Rename workflow

This commit is contained in:
Greg 2021-09-20 13:05:45 -06:00
parent 96fae311cb
commit c728b97603
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: prcheck
name: Run smoke tests against pull request.
on:
pull_request:
types:
@ -45,7 +45,7 @@ jobs:
run: |
npx wc-e2e test:e2e ./tests/e2e/specs/smoke-tests/update-woocommerce.js
npx wc-e2e test:e2e
- name: Remove label from pull request.
uses: actions/github-script@v4
with: