Skip to content

Commit

Permalink
fix manual test trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
aehnh committed Oct 29, 2024
1 parent 9bc345b commit 688d3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-commitly.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Commitly End-to-End testing check for Playground Apps
env:
BRANCH_NAME_RAW: ${{ github.event.workflow_run.head_branch }}
BRANCH_NAME_RAW: ${{ github.event.workflow_run.head_branch || github.ref_name }}

on:
workflow_dispatch:
Expand Down

0 comments on commit 688d3f8

Please sign in to comment.