Skip to content

Commit

Permalink
ci: update workflows to only run on Departamento-de-Engenharia-Inform…
Browse files Browse the repository at this point in the history
…atica
  • Loading branch information
diogonapoles authored Feb 21, 2024
1 parent 117598f commit c872a32
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c872a32

Please sign in to comment.