Skip to content

Commit

Permalink
consinstent naming of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed May 11, 2024
1 parent 1696a3c commit 892d57a
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 13 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/config-preprocessor-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: config-processor-build
name: config-processor-image

on:
pull_request:
push:
branches:
- main
workflow_dispatch:
inputs:
build_arm:
Expand Down Expand Up @@ -31,7 +34,7 @@ concurrency:
cancel-in-progress: true

jobs:
dockerImage:
config-processor-image:
name: Build config-processor Docker Image # Don't change: Referenced by .github/workflows/update-argocd-metadata.yml
runs-on: ubuntu-latest
timeout-minutes: 15
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: Docs Build Check

on:
push:
pull_request:
paths:
- "docs/**"
- .github/workflows/docs-build-check.yml
push:
branches:
- main

workflow_dispatch:

concurrency:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/dummyPreprocessing.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: preprocessing-dummy
name: preprocessing-dummy-image

on:
pull_request:
push:
branches:
- main
workflow_dispatch:
inputs:
build_arm:
Expand All @@ -27,7 +30,7 @@ concurrency:
cancel-in-progress: true

jobs:
build-or-use-cache:
preprocessing-dummy-image:
name: Preprocessing dummy docker image build # Don't change: Referenced by .github/workflows/update-argocd-metadata.yml
runs-on: ubuntu-latest
timeout-minutes: 15
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/e2e-k3d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: E2E test (on kubernetes)

on:
workflow_dispatch:
push:
pull_request:
paths:
- "backend/**"
- "keycloak/**"
Expand All @@ -11,6 +11,9 @@ on:
- "deploy.py"
- ".github/scripts/**"
- ".github/workflows/**"
push:
branches:
- main

concurrency:
group: ci-${{ github.ref == 'refs/heads/main' && github.run_id || github.ref }}-e2e-k3d
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/ingest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: ingest
name: ingest-image
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
inputs:
build_arm:
Expand All @@ -26,7 +29,7 @@ concurrency:
cancel-in-progress: true

jobs:
dockerImage:
ingest-image:
name: Build ingest Docker Image # Don't change: Referenced by .github/workflows/update-argocd-metadata.yml
runs-on: ubuntu-latest
timeout-minutes: 15
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/keycloakify-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: keycloakify-build
name: keycloakify-image

on:
pull_request:
push:
branches:
- main
workflow_dispatch:
inputs:
build_arm:
Expand All @@ -26,7 +29,7 @@ concurrency:
cancel-in-progress: true

jobs:
dockerImage:
keycloakify-image:
name: Build keycloakify Docker Image # Don't change: Referenced by .github/workflows/update-argocd-metadata.yml
runs-on: ubuntu-latest
timeout-minutes: 30
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/node_dev.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: Dev server test

on:
push:
pull_request:
paths:
- "website/**"
- "deploy.py"
- generate_local_test_config.sh
- .github/workflows/node_dev.yml
push:
branches:
- main

workflow_dispatch:

concurrency:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/preprocessing-nextclade.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: preprocessing-nextclade
name: preprocessing-nextclade-image

on:
pull_request:
push:
branches:
- main
workflow_dispatch:
inputs:
build_arm:
Expand All @@ -27,7 +30,7 @@ concurrency:
cancel-in-progress: true

jobs:
dockerImage:
preprocessing-nextclade-image:
name: Build preprocessing-nextclade Docker Image # Don't change: Referenced by .github/workflows/update-argocd-metadata.yml
runs-on: ubuntu-latest
timeout-minutes: 15
Expand Down

0 comments on commit 892d57a

Please sign in to comment.