Skip to content

Commit

Permalink
fix: add condition to ensure trigger activates only when Charon is ta…
Browse files Browse the repository at this point in the history
…gged
  • Loading branch information
apham0001 committed Oct 28, 2024
1 parent 45c1ef5 commit 6c7f9b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-push-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
echo "::set-output name=short_sha::$calculatedSha"
- name: Trigger dev relay deploy job
if: github.ref_type == 'tag'
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.CHARON_K8S_REPO_ACCESS_TOKEN }}
Expand Down

0 comments on commit 6c7f9b9

Please sign in to comment.