Skip to content

Commit

Permalink
don't skip steps at merge (#18974)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Jun 20, 2022
1 parent c28458c commit 9e246b3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/actions/build-matrix/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,7 @@ runs:
- name: 'Check changes'
id: build-changes
run: |
SKIP_WORKFLOW=${{inputs.skip-workflow}}
SKIP_CHANGES_DETECTION=${{inputs.skip-changes-detection}}
cd ${{ inputs.generator-jhipster-directory }}
test-integration/scripts/99-build-changes.sh
SKIP_WORKFLOW=${{inputs.skip-workflow}} SKIP_CHANGES_DETECTION=${{inputs.skip-changes-detection}} ${{ inputs.generator-jhipster-directory }}/test-integration/scripts/99-build-changes.sh
shell: bash

- name: 'Build matrix'
Expand Down

0 comments on commit 9e246b3

Please sign in to comment.