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 ac3a482 commit b10d9faCopy full SHA for b10d9fa
.github/workflows/bench.yml
@@ -3,6 +3,20 @@ name: 'Benchmark'
3
on: pull_request
4
5
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"
20
self:
21
name: Georgia Tech | Phoenix (NVHPC)
22
if: github.repository == 'MFlowCode/MFC'
0 commit comments