File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 1818 contents : read
1919 outputs :
2020 MagiAttention : ${{ steps.filter.outputs.MagiAttention }}
21- MagiAttentionCsrc : ${{ steps.filter.outputs.MagiAttentionCsrc }}
2221 steps :
2322 - name : Print Event Context
2423 run : |
@@ -66,20 +65,16 @@ jobs:
6665 filters : |
6766 MagiAttention:
6867 - 'magi_attention/**'
69- MagiAttentionCsrc:
70- - 'magi_attention/csrc/**'
7168 - name : print filter results
7269 run : |
7370 echo "is MagiAttention modified: ${{ steps.filter.outputs.MagiAttention }}"
74- echo "is MagiAttention csrc modified: ${{ steps.filter.outputs.MagiAttentionCsrc }}"
7571
7672 test_MagiAttention_ngc2510_cuda13 :
7773 needs : [detect_changes]
7874 if : |
7975 always() &&
8076 (
81- needs.detect_changes.outputs.MagiAttention == 'true' &&
82- (needs.detect_changes.outputs.MagiAttentionCsrc != 'true')
77+ needs.detect_changes.outputs.MagiAttention == 'true'
8378 )
8479 environment : ${{ (github.event_name == 'pull_request_target') && 'ci-internal' || '' }}
8580 runs-on : [self-hosted]
You can’t perform that action at this time.
0 commit comments