Skip to content

Commit

Permalink
ci: disable long and external tests in pull request build (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark authored Nov 29, 2023
1 parent 380314a commit 96061cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: Test external projects
on:
push:
branches: [main]
pull_request:
branches: [main]
# pull_request:
# branches: [main]
workflow_dispatch:

jobs:
test:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test-long.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: Test long
on:
push:
branches: [main]
pull_request:
branches: [main]
# pull_request:
# branches: [main]
workflow_dispatch:

jobs:
test:
Expand Down

0 comments on commit 96061cf

Please sign in to comment.