Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pakkographic committed Aug 12, 2024
1 parent 2400cb4 commit d40b3e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/feature-testing.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Feature testing
on: [push, pull_request, workflow_call]
on: [pull_request, workflow_call]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion scripts/tests/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ client.on("ready", async () => {
client.disconnect();
});

client.connect()
client.connect();

0 comments on commit d40b3e6

Please sign in to comment.