From c872a3293230a68dd36d1cd3b9076525c3c78091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diogo=20N=C3=A1poles?= <93193669+diogonapoles@users.noreply.github.com> Date: Wed, 21 Feb 2024 12:14:57 +0000 Subject: [PATCH] ci: update workflows to only run on Departamento-de-Engenharia-Informatica --- .github/workflows/pipeline.yaml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 4f9d8c0f..b67c1a8b 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -12,7 +12,8 @@ jobs: mdr_build: name: MDR Build runs-on: ubuntu-latest - + if: github.repository_owner == 'Departamento-de-Engenharia-Informatica' + steps: - name: Checkout Repository uses: actions/checkout@v2 @@ -26,7 +27,8 @@ jobs: mdr_test: name: MDR Testing runs-on: ubuntu-latest - + if: github.repository_owner == 'Departamento-de-Engenharia-Informatica' + steps: - name: Checkout Repository uses: actions/checkout@v2 @@ -41,7 +43,8 @@ jobs: spa_build: name: SPA Build runs-on: ubuntu-latest - + if: github.repository_owner == 'Departamento-de-Engenharia-Informatica' + steps: - name: Checkout Repository uses: actions/checkout@v2 @@ -55,7 +58,8 @@ jobs: spa_test: name: SPA Testing runs-on: ubuntu-latest - + if: github.repository_owner == 'Departamento-de-Engenharia-Informatica' + steps: - name: Checkout Repository uses: actions/checkout@v2 @@ -70,7 +74,8 @@ jobs: mdt_build: name: MDT Build runs-on: ubuntu-latest - + if: github.repository_owner == 'Departamento-de-Engenharia-Informatica' + steps: - name: Checkout Repository uses: actions/checkout@v2 @@ -89,7 +94,8 @@ jobs: mdt_test: name: MDT Testing runs-on: ubuntu-latest - + if: github.repository_owner == 'Departamento-de-Engenharia-Informatica' + steps: - name: Checkout Repository uses: actions/checkout@v2