Skip to content

Commit

Permalink
feat(actions): get trigger name with github.event_name
Browse files Browse the repository at this point in the history
  • Loading branch information
pablordoricaw committed Sep 18, 2024
1 parent 9cd839a commit 5529720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

pulumi-up:
needs: pulumi-preview
if: ${{ github.event }} == 'workflow_dispatch'
if: ${{ github.event_name }} == 'workflow_dispatch'
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit 5529720

Please sign in to comment.