diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-06 09:47:35 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-08-06 09:47:46 +0200 |
commit | fc3b14e413e45fa239bce359a5648644afaf4c4c (patch) | |
tree | 95142b6c60513f1997f466786cdf9993db0f5bb8 /.github/workflows/bundlewatch.yml | |
parent | d632a147293b36e46549a3ead754ef52d8fea735 (diff) | |
download | PeerTube-fc3b14e413e45fa239bce359a5648644afaf4c4c.tar.gz PeerTube-fc3b14e413e45fa239bce359a5648644afaf4c4c.tar.zst PeerTube-fc3b14e413e45fa239bce359a5648644afaf4c4c.zip |
Limit github actions on PR
Diffstat (limited to '.github/workflows/bundlewatch.yml')
-rw-r--r-- | .github/workflows/bundlewatch.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/bundlewatch.yml b/.github/workflows/bundlewatch.yml index 94536c74e..312bf6e64 100644 --- a/.github/workflows/bundlewatch.yml +++ b/.github/workflows/bundlewatch.yml | |||
@@ -34,7 +34,8 @@ jobs: | |||
34 | - name: Install dependencies | 34 | - name: Install dependencies |
35 | run: yarn install --frozen-lockfile | 35 | run: yarn install --frozen-lockfile |
36 | 36 | ||
37 | - uses: jackyef/bundlewatch-gh-action@master | 37 | - name: Angular bundlewatch |
38 | uses: jackyef/bundlewatch-gh-action@master | ||
38 | with: | 39 | with: |
39 | build-script: npm run build -- --analyze-bundle | 40 | build-script: npm run build -- --analyze-bundle |
40 | bundlewatch-github-token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }} | 41 | bundlewatch-github-token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }} |