Skip to content

Commit

Permalink
triggering_actor -> actor (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 authored Dec 24, 2023
1 parent 9cd6d54 commit c545c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ jobs:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}

deploy:
if: github.triggering_actor != 'dependabot[bot]' && github.event.pull_request.draft == false
if: github.actor != 'dependabot[bot]' && github.event.pull_request.draft == false
name: Deploy to EKS
environment:
name: dev
Expand Down

0 comments on commit c545c67

Please sign in to comment.