From 4043dbc6b5d59cf8e5e16ca873e77ac0316e32f7 Mon Sep 17 00:00:00 2001 From: Alejandro Date: Thu, 5 Oct 2023 12:44:40 +0200 Subject: [PATCH] Disable test workflow (#3) --- .github/workflows/test-trigger-job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-trigger-job.yaml b/.github/workflows/test-trigger-job.yaml index 07860d2..d0532d1 100644 --- a/.github/workflows/test-trigger-job.yaml +++ b/.github/workflows/test-trigger-job.yaml @@ -1,5 +1,5 @@ name: 'Test Action' -on: [push] +# on: [push] jobs: test-action: