From e0b756ab2c5610cc59621ee50773147dfd6badc0 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Thu, 19 Dec 2024 08:51:16 +0100 Subject: [PATCH] chore: remove test --- .github/workflows/api-build-lint-push-containers.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/api-build-lint-push-containers.yml b/.github/workflows/api-build-lint-push-containers.yml index 4428125ee89..5aaec3c4550 100644 --- a/.github/workflows/api-build-lint-push-containers.yml +++ b/.github/workflows/api-build-lint-push-containers.yml @@ -9,12 +9,12 @@ on: - ".github/workflows/api-build-lint-push-containers.yml" # Uncomment the code below to test this action on PRs - pull_request: - branches: - - "master" - paths: - - "api/**" - - ".github/workflows/api-build-lint-push-containers.yml" + # pull_request: + # branches: + # - "master" + # paths: + # - "api/**" + # - ".github/workflows/api-build-lint-push-containers.yml" release: types: [published]