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 441a683 commit 8d99f72Copy full SHA for 8d99f72
.github/workflows/bench.yml
@@ -1,6 +1,9 @@
1
name: 'Benchmark'
2
3
-on: workflow_dispatch
+on:
4
+ pull_request_review:
5
+ types: [submitted]
6
+ workflow_dispatch:
7
8
jobs:
9
file-changes:
@@ -20,7 +23,7 @@ jobs:
20
23
21
24
self:
22
25
name: Georgia Tech | Phoenix (NVHPC)
- if: github.repository == 'MFlowCode/MFC' && needs.file-changes.outputs.checkall == 'true'
26
+ if: github.repository == 'MFlowCode/MFC' && needs.file-changes.outputs.checkall == 'true' && ${{ github.event.review.state == 'approved' }}
27
needs: file-changes
28
strategy:
29
matrix:
0 commit comments