Skip to content

Commit 666ba6a

Browse files
committed
hack: make workflow_dispatch work
1 parent 912454a commit 666ba6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-sample-apps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
exit 1
2828
- name: Checkout
2929
uses: actions/checkout@v3
30-
with:
31-
ref: "refs/pull/${{ github.event.number }}/merge"
30+
# with:
31+
# ref: "refs/pull/${{ github.event.number }}/merge"
3232
- name: Setup java/jdk
3333
uses: actions/setup-java@v3
3434
with:

0 commit comments

Comments
 (0)