Browse Source

Do not run tests on web-only changes

pull/2055/head
Gabe Kangas 3 years ago committed by GitHub
parent
commit
8bd222e847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/automated-end-to-end-api.yaml
  2. 1
      .github/workflows/javascript-formatting.yml

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:

1
.github/workflows/javascript-formatting.yml

@ -18,6 +18,7 @@ jobs: @@ -18,6 +18,7 @@ jobs:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
fetch-depth: 0
pull: --rebase --autostash
- name: Prettify code
uses: creyD/prettier_action@v4.2

Loading…
Cancel
Save