Skip to content

Commit

Permalink
HOTFIX - Disables the dispatching of Twistlock workflow (#2251)
Browse files Browse the repository at this point in the history
  • Loading branch information
coreycarvalho authored Jan 17, 2025
1 parent 738f74b commit e6a7c64
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/actions/build-push-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ runs:
push: true
tags: ${{ steps.login-ecr-vaec.outputs.registry }}/notification_api:${{ inputs.ref }}

- name: Dispatch Twistlock Workflow
shell: bash
env:
GH_TOKEN: ${{ github.token }}
run: |
gh workflow run -r main -F image-tag=${{ inputs.ref }} twistlock.yml
# - name: Dispatch Twistlock Workflow
# shell: bash
# env:
# GH_TOKEN: ${{ github.token }}
# run: |
# gh workflow run -r main -F image-tag=${{ inputs.ref }} twistlock.yml

0 comments on commit e6a7c64

Please sign in to comment.