From ccb1d801575f6885d00dea77389a156192d0c22f Mon Sep 17 00:00:00 2001 From: Alexander Osadchy Date: Tue, 14 Jan 2025 13:50:19 +0400 Subject: [PATCH 1/2] =?UTF-8?q?chore(ci):=20=D0=B7=D0=B0=D0=BF=D1=83=D1=81?= =?UTF-8?q?=D0=BA=D0=B0=D1=82=D1=8C=20=D0=B4=D0=B6=D0=BE=D0=B1=D1=8B=20?= =?UTF-8?q?=D1=82=D0=BE=D0=BB=D1=8C=D0=BA=D0=BE=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=BE=D1=80=D0=B8=D0=B3=D0=B8=D0=BD=D0=B0=D0=BB=D1=8C=D0=BD?= =?UTF-8?q?=D0=BE=D0=B3=D0=BE=20=D1=80=D0=B5=D0=BF=D0=BE=D0=B7=D0=B8=D1=82?= =?UTF-8?q?=D0=BE=D1=80=D0=B8=D1=8F=20(#125)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/qa.yml | 1 + .github/workflows/test.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index fa7b9e0..7ea3cfe 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -6,6 +6,7 @@ on: jobs: sonar: + if: github.repository_owner == 'alei1180' uses: autumn-library/workflows/.github/workflows/sonar.yml@v1 with: github_repository: alei1180/curlone diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bdcaf47..f53a35e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,4 +7,5 @@ on: jobs: test: + if: github.repository_owner == 'alei1180' uses: autumn-library/workflows/.github/workflows/test.yml@main \ No newline at end of file From 3c1b995bd25b2b431cdb16b0447bde3965e83156 Mon Sep 17 00:00:00 2001 From: Alexander Osadchy Date: Tue, 14 Jan 2025 14:10:08 +0400 Subject: [PATCH 2/2] =?UTF-8?q?chore(ci):=20=D0=B2=D0=B5=D1=80=D0=BD=D1=83?= =?UTF-8?q?=D1=82=D1=8C=20=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA=20=D1=82?= =?UTF-8?q?=D0=B5=D1=81=D1=82=D0=BE=D0=B2=20=D0=B4=D0=BB=D1=8F=20=D0=BB?= =?UTF-8?q?=D1=8E=D0=B1=D0=BE=D0=B3=D0=BE=20=D1=80=D0=B5=D0=BF=D0=BE=D0=B7?= =?UTF-8?q?=D0=B8=D1=82=D0=BE=D1=80=D0=B8=D1=8F=20(#125)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f53a35e..bdcaf47 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,5 +7,4 @@ on: jobs: test: - if: github.repository_owner == 'alei1180' uses: autumn-library/workflows/.github/workflows/test.yml@main \ No newline at end of file