Browse Source

Do not run API tests on web-only changes

pull/2049/head
Gabe Kangas 3 years ago committed by GitHub
parent
commit
93480078b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/automated-end-to-end-api.yaml

4
.github/workflows/automated-end-to-end-api.yaml

@ -4,9 +4,7 @@ on: @@ -4,9 +4,7 @@ on:
push:
paths-ignore:
- 'webroot/**'
pull_request:
paths-ignore:
- 'webroot/**'
- 'web/**'
jobs:
api:

Loading…
Cancel
Save