Skip to content

Commit

Permalink
chore(ci): disable test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ShookLyngs committed Nov 9, 2023
1 parent 2d98759 commit cda2dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

name: Test

on: [pull_request]
on: [workflow_dispatch]

jobs:
install-and-test-packages:
test-packages:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit cda2dfe

Please sign in to comment.