Skip to content

Commit

Permalink
Merge pull request #64 from exoego/ci
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Jul 30, 2024
2 parents f3c0f0c + 04415a8 commit c53cafc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 41 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/bundle-analysis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci-from-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
pull-requests: write # for comments
runs-on: ubuntu-latest
timeout-minutes: 5
if: github.event.pull_request.user.login != 'exoego'
if: github.event.pull_request.head.repo.fork == true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
pull-requests: write # for comments
runs-on: ubuntu-latest
timeout-minutes: 5
if: github.event.pull_request.user.login == 'exoego'
if: github.event.pull_request.head.repo.fork == false
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit c53cafc

Please sign in to comment.