We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53eec50 commit 93e0facCopy full SHA for 93e0fac
.github/workflows/bench.yml
@@ -6,25 +6,9 @@ on:
6
workflow_dispatch:
7
8
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
24
self:
25
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
+ if: github.repository == 'MFlowCode/MFC'
28
strategy:
29
fail-fast: false
30
matrix:
0 commit comments