Skip to content

Commit

Permalink
Merge pull request #203 from unsplash/fix-ci-jobs
Browse files Browse the repository at this point in the history
Fix CI job
  • Loading branch information
Magellol committed May 8, 2023
2 parents 2ded22a + ebeeded commit c5e4ba2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -36,3 +36,9 @@ jobs:

- name: Build
run: yarn build

- name: Check size
if: ${{ github.event_name == 'pull_request' && github.base_ref == 'master'}}
uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
15 changes: 0 additions & 15 deletions .github/workflows/size.yml

This file was deleted.

0 comments on commit c5e4ba2

Please sign in to comment.