From 014fe6c5b8f065e88bda12bec2a1ea4fef07fcd3 Mon Sep 17 00:00:00 2001 From: Aurelijus Banelis Date: Wed, 13 Sep 2023 09:45:55 +0300 Subject: [PATCH] Revert everything --- .github/workflows/infrastructure.yml | 4 ---- .github/workflows/test-go.yml | 10 ---------- .github/workflows/test-node.yml | 10 ---------- .github/workflows/test-php.yml | 10 ---------- 4 files changed, 34 deletions(-) diff --git a/.github/workflows/infrastructure.yml b/.github/workflows/infrastructure.yml index cf27e33..cc0c936 100644 --- a/.github/workflows/infrastructure.yml +++ b/.github/workflows/infrastructure.yml @@ -4,10 +4,6 @@ on: push: branches: - main - paths: - - 'tests/**' - - 'Dockerfile' - - 'main_test.go' jobs: build: diff --git a/.github/workflows/test-go.yml b/.github/workflows/test-go.yml index 3bc3816..26c818c 100644 --- a/.github/workflows/test-go.yml +++ b/.github/workflows/test-go.yml @@ -2,16 +2,6 @@ name: Run tests on: pull_request: - types: - - opened - - synchronize - - edited - - labeled - - ready_for_review - - reopened - paths: - - 'go/**' - push: paths: - 'go/**' diff --git a/.github/workflows/test-node.yml b/.github/workflows/test-node.yml index 963e97a..b27c207 100644 --- a/.github/workflows/test-node.yml +++ b/.github/workflows/test-node.yml @@ -2,16 +2,6 @@ name: Run tests on: pull_request: - types: - - opened - - synchronize - - edited - - labeled - - ready_for_review - - reopened - paths: - - 'js/**' - push: paths: - 'js/**' diff --git a/.github/workflows/test-php.yml b/.github/workflows/test-php.yml index e80fb99..358e9f0 100644 --- a/.github/workflows/test-php.yml +++ b/.github/workflows/test-php.yml @@ -2,16 +2,6 @@ name: Run tests on: pull_request: - types: - - opened - - synchronize - - edited - - labeled - - ready_for_review - - reopened - paths: - - 'php/**' - push: paths: - 'php/**'