From d40b3e67e7957874ad7639e25724a2669f16b0e2 Mon Sep 17 00:00:00 2001 From: pakkographic <41129374+pakkographic@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:09:54 +0200 Subject: [PATCH] workflow fix --- .github/workflows/feature-testing.yml | 2 +- scripts/tests/channel.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/feature-testing.yml b/.github/workflows/feature-testing.yml index 9d61dee..e284308 100644 --- a/.github/workflows/feature-testing.yml +++ b/.github/workflows/feature-testing.yml @@ -1,5 +1,5 @@ name: Feature testing -on: [push, pull_request, workflow_call] +on: [pull_request, workflow_call] jobs: build: diff --git a/scripts/tests/channel.ts b/scripts/tests/channel.ts index 30ad650..e4b0d57 100644 --- a/scripts/tests/channel.ts +++ b/scripts/tests/channel.ts @@ -61,4 +61,4 @@ client.on("ready", async () => { client.disconnect(); }); -client.connect() +client.connect();