We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47eea8c commit 7a98c87Copy full SHA for 7a98c87
1 file changed
.github/workflows/test.yaml
@@ -12,6 +12,8 @@ jobs:
12
timeout-minutes: 10
13
steps:
14
- uses: actions/checkout@v4
15
+ with:
16
+ ref: ${{ github.head_ref }}
17
# setup comfy-cli
18
- uses: actions/setup-python@v5
19
with:
0 commit comments