Skip to content

Commit 93e0fac

Browse files
committed
removed file changes check
1 parent 53eec50 commit 93e0fac

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,9 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
file-changes:
10-
name: Detect File Changes
11-
runs-on: 'ubuntu-latest'
12-
outputs:
13-
checkall: ${{ steps.changes.outputs.checkall }}
14-
steps:
15-
- name: Clone
16-
uses: actions/checkout@v4
17-
18-
- name: Detect Changes
19-
uses: dorny/paths-filter@v3
20-
id: changes
21-
with:
22-
filters: ".github/file-filter.yml"
23-
249
self:
2510
name: ${{ matrix.name }} (${{ matrix.device }})
26-
if: github.repository == 'MFlowCode/MFC' && needs.file-changes.outputs.checkall == 'true' && ${{ github.event.review.state == 'approved' }}
27-
needs: file-changes
11+
if: github.repository == 'MFlowCode/MFC'
2812
strategy:
2913
fail-fast: false
3014
matrix:

0 commit comments

Comments
 (0)