Skip to content

Commit b687c0e

Browse files
committed
fix: actually use supplied ref and fix swap issue on macos
1 parent 1617651 commit b687c0e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/debug.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Continuous Integration
1+
name: Debugging Workflow
22

33
on:
44
workflow_dispatch:
@@ -25,9 +25,10 @@ jobs:
2525
- uses: actions/checkout@v4
2626
with:
2727
fetch-depth: 0
28+
ref: ${{ github.event.inputs.ref }}
2829

2930
- name: Set Swap Space
30-
if: ${{ !endsWith(github.event.inputs.runner, 'darwin') }}
31+
if: ${{ !startsWith(github.event.inputs.runner, 'macos') }}
3132
uses: pierotofy/set-swap-space@master
3233
with:
3334
swap-size-gb: 12

0 commit comments

Comments
 (0)