Skip to content

Commit

Permalink
refactor(ci-cd): reconfigure ci pipelines as pr verify ones
Browse files Browse the repository at this point in the history
  • Loading branch information
WarriorsSami committed Sep 20, 2024
1 parent 3555496 commit 7fed0f5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 28 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
name: Anubis - Build and Test Submissions Service
name: Anubis - PR Verify

on:
push:
paths:
- "anubis-eval/**"
- ".github/workflows/anubis-eval-ci.yaml"

pull_request:
branches:
- develop
paths:
- "anubis-eval/**"
- ".github/workflows/anubis-eval-ci.yaml"
- ".github/workflows/anubis-eval-pr-verify.yaml"

jobs:
build:
name: Build and Test Anubis Eval Microservice
runs-on: ubuntu-latest
defaults:
run:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
name: Enki - Build and Test Problems Service
name: Enki - PR Verify

on:
push:
paths:
- "enki-problems/**"
- ".github/workflows/enki-problems-ci.yaml"

pull_request:
branches:
- develop
paths:
- "enki-problems/**"
- ".github/workflows/enki-problems-ci.yaml"
- ".github/workflows/enki-problems-pr-verify.yaml"

jobs:
build:
name: Build and Test Enki Problems Microservice
runs-on: ubuntu-latest
defaults:
run:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
name: Hermes - Build and Test Tests Service
name: Hermes - PR Verify

on:
push:
paths:
- "hermes-tests/**"
- ".github/workflows/hermes-tests-ci.yaml"

pull_request:
branches:
- develop
paths:
- "hermes-tests/**"
- ".github/workflows/hermes-tests-ci.yaml"
- ".github/workflows/hermes-tests-pr-verify.yaml"

env:
HERMES_CONFIG: ${{ secrets.HERMES_CONFIG }}

jobs:
build:
name: Build and Test Hermes Tests Microservice
runs-on: ubuntu-latest
defaults:
run:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
name: Quetzalcoatl - Build and Test Auth Service
name: Quetzalcoatl - PR Verify

on:
push:
paths:
- "quetzalcoatl-auth/**"
- ".github/workflows/quetzalcoatl-auth-ci.yaml"

pull_request:
branches:
- develop
paths:
- "quetzalcoatl-auth/**"
- ".github/workflows/quetzalcoatl-auth-ci.yaml"
- ".github/workflows/quetzalcoatl-auth-pr-verify.yaml"

jobs:
build:
name: Build and Test Quetzalcoatl Auth Microservice
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit 7fed0f5

Please sign in to comment.