Limit what GitHub actions need to run for specific directories
This commit is contained in:
8
.github/workflows/hls-tests.yml
vendored
8
.github/workflows/hls-tests.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user