Limit what GitHub actions need to run for specific directories

This commit is contained in:
Gabe Kangas
2022-06-29 14:34:37 -07:00
parent e7d078fbdb
commit 43aba0a67c
5 changed files with 27 additions and 17 deletions

View File

@@ -3,11 +3,11 @@ name: Automated HLS tests
on:
push:
paths-ignore:
- 'webroot/**'
- 'web/**'
pull_request:
paths-ignore:
- 'webroot/**'
- 'web/**'
env:
S3_BUCKET: ${{ secrets.S3_BUCKET }}
S3_ACCESS_KEY: ${{ secrets.S3_ACCESS_KEY }}
@@ -26,5 +26,3 @@ jobs:
go-version: '1.17.2'
- name: Run HLS tests
run: cd test/automated/hls && ./run.sh