Skip to content

Commit dab2842

Browse files
committed
ci: skipping ci step
1 parent f528958 commit dab2842

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/mocha.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
name: Prevent double run
1818
runs-on: ubuntu-latest
1919
outputs:
20-
pr-id: ${{ steps.findPr.outputs.number }}
20+
# pr-id: ${{ steps.findPr.outputs.number }}
21+
pr-id: ''
2122
steps:
2223
- name: Check event pull_request
2324
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)