Skip to content

Commit

Permalink
updated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulovmr committed Dec 14, 2023
1 parent b0ae14a commit 46c5f26
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Setup Apache KIE Tools build environment"
name: "Setup build environment"
description: ""

inputs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_dry_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches: ["**"]
paths:
- ".github/workflows/release*"
- ".github/actions/**"

concurrency:
group: ${{ github.event.pull_request && format('release-dry-run-pr-{0}', github.event.pull_request.number) || format('release-dry-run-ref-{0}', github.ref_name) }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/staging_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
repository: apache/incubator-kie-tools

- name: "Checkout serverless-logic-sandbox-deployment"
if: ${{ !inputs.dry_run }}
uses: actions/checkout@v3
with:
path: ${{ github.workspace }}/serverless-logic-sandbox-deployment
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/staging_dry_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches: ["**"]
paths:
- ".github/workflows/staging*"
- ".github/actions/**"

concurrency:
group: ${{ github.event.pull_request && format('staging-dry-run-pr-{0}', github.event.pull_request.number) || format('staging-dry-run-ref-{0}', github.ref_name) }}
Expand Down

0 comments on commit 46c5f26

Please sign in to comment.