Skip to content

Commit 7f26632

Browse files
authored
fix(mv3): ref_name (#1193)
1 parent 64399ee commit 7f26632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
runs-on: ubuntu-latest
109109
needs: [test]
110110
if: |
111-
(contains(github.ref, 'refs/tags/') || contains(github.ref, 'rc/3.0-mv3')) &&
111+
(contains(github.ref, 'refs/tags/') || github.ref_name == 'rc/3.0-mv3') &&
112112
(github.event_name == 'push' || github.event_name == 'workflow_dispatch')
113113
steps:
114114
- name: Check out Git repository

0 commit comments

Comments
 (0)