From c5de4c039a0b78b15bfac5ff71b8ab87820e03c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thau=C3=A3=20Magalh=C3=A3es?= Date: Thu, 28 Mar 2024 14:51:29 -0300 Subject: [PATCH 1/2] test: testing workflow --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 95d60205..7bc9ae0b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,5 +1,6 @@ { "rules": { "@typescript-eslint/no-unused-vars": "off" // Desativa a regra globalmente + // } } From ebde42183f6a590855c2ecf393083eb9ff6dd661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thau=C3=A3=20Magalh=C3=A3es?= Date: Thu, 28 Mar 2024 15:08:37 -0300 Subject: [PATCH 2/2] chore: re-do workflow on mr removed --- .github/workflows/develop.yml | 2 -- .github/workflows/main.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 0e48c209..4df4f2d8 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -3,8 +3,6 @@ name: CI on: push: branches: ["develop"] - pull_request: - types: [opened, synchronize] # Prevent duplicate workflows from running concurrency: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 83855de1..eab7f8ba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,8 +3,6 @@ name: CI on: push: branches: ["main"] - pull_request: - types: [opened, synchronize] # Prevent duplicate workflows from running concurrency: