Skip to content

Commit

Permalink
Merge pull request #2496 from mercedes-benz/feature-2471-manually-tri…
Browse files Browse the repository at this point in the history
…gger-ci-workflow

enable manual triggering of ci workflow #2471
  • Loading branch information
sven-dmlr authored Aug 16, 2023
2 parents 8d18e79 + 7aafa24 commit 2f57762
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
# We ignore everything where tag starts with v* - this is done by release build!
tags-ignore:
- v*
# enable manual triggering of workflow
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -48,7 +50,7 @@ jobs:

- name: Build Server, DAUI and generate OpenAPI file
run: ./gradlew ensureLocalhostCertificate build generateOpenapi buildDeveloperAdminUI -x :sechub-cli:build

- name: Generate and build Java projects related to SecHub Java API
run: ./gradlew :sechub-api-java:build :sechub-systemtest:build :sechub-pds-tools:buildPDSToolsCLI -Dsechub.build.stage=api-necessary

Expand Down

0 comments on commit 2f57762

Please sign in to comment.