Skip to content

Commit

Permalink
chore: minor fixes for reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mbruzda-splunk committed May 16, 2024
1 parent 5d85af9 commit bb4f369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ jobs:
semgrep:
runs-on: ubuntu-latest
name: security-sast-semgrep
if: github.actor != 'dependabot[bot]'
container:
image: returntocorp/semgrep
steps:
Expand Down Expand Up @@ -852,6 +851,7 @@ jobs:
echo "job-name=wf-$JOB_NAME"
echo "labels=$LABELS"
echo "addon-upload-path=$ADDON_UPLOAD_PATH"
echo "spl-host-suffix=wfe.splgdi.com"
echo "k8s-manifests-branch=${{ inputs.k8s-manifests-branch }}"
} >> "$GITHUB_OUTPUT"
- uses: actions/download-artifact@v3
Expand Down Expand Up @@ -2279,7 +2279,7 @@ jobs:
- name: exit without publish
if: ${{ steps.check.outputs.run-publish == 'false' || ( github.event.action == 'labeled') }}
run: |
echo "some test job failed."
echo "Expand check step to see which job has failed pre-publish step."
exit 1
publish:
Expand Down

0 comments on commit bb4f369

Please sign in to comment.