Skip to content

Commit 042b66d

Browse files
committed
[REMOVE] Disable part of CI
1 parent 4c54366 commit 042b66d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/pr_push.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
name: PR/push
44

55
on:
6-
push:
7-
branches-ignore:
8-
- 'dependabot/**'
9-
pull_request:
6+
workflow_call:
7+
# push:
8+
# branches-ignore:
9+
# - 'dependabot/**'
10+
# pull_request:
1011

1112
concurrency:
1213
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)