Skip to content

Commit b10d9fa

Browse files
author
Archith Iyer
committed
add deletion back to bench.yml
1 parent ac3a482 commit b10d9fa

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/bench.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@ name: 'Benchmark'
33
on: pull_request
44

55
jobs:
6+
file-changes:
7+
name: Detect File Changes
8+
runs-on: 'ubuntu-latest'
9+
outputs:
10+
checkall: ${{ steps.changes.outputs.checkall }}
11+
steps:
12+
- name: Clone
13+
uses: actions/checkout@v4
14+
15+
- name: Detect Changes
16+
uses: dorny/paths-filter@v3
17+
id: changes
18+
with:
19+
filters: ".github/file-filter.yml"
620
self:
721
name: Georgia Tech | Phoenix (NVHPC)
822
if: github.repository == 'MFlowCode/MFC'

0 commit comments

Comments
 (0)