Skip to content

Commit 85f861b

Browse files
committed
fixed ci for csrc check
1 parent 61a76a1 commit 85f861b

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/build_test.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
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]

0 commit comments

Comments
 (0)