Skip to content

Commit

Permalink
fix: dispatch website
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed May 11, 2024
1 parent c9b78cc commit 8e73e7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ concurrency:
cancel-in-progress: true

jobs:
dockerImage:
backend-docker:
name: Build Backend 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/website.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: website

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

jobs:
dockerImage:
website-docker:
name: Build Website 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 8e73e7a

Please sign in to comment.