Skip to content

Commit be45a38

Browse files
committed
feat: On demand staging deployments
1 parent 7963d5b commit be45a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: wadackel/checkbox-workflow-action@v1
6767
with:
6868
id: pr-staging-deploy
69-
number: ${{ github.event.issue.number }}
69+
number: ${{ github.event.pull_request.number || github.event.issue.number }}
7070

7171
- name: Check deploy checkbox state
7272
id: deploy-check

0 commit comments

Comments
 (0)