How to skip ci with specific labels? #1168
Replies: 4 comments 2 replies
-
Hey @littleGnAl, It seems you need to modify your matching expression to
|
Beta Was this translation helpful? Give feedback.
-
@fkorotkov I had tried it before, but it's not working. So I change it to |
Beta Was this translation helpful? Give feedback.
-
I think in your case the error is in task:
skip: $CIRRUS_REPO_OWNER != 'AgoraIO-Extensions' || $CIRRUS_PR_LABELS =~ '.*ci:skip.*' |
Beta Was this translation helpful? Give feedback.
-
I make a change following your suggestion, but it seems not to work. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to implement the skip ci feature by filtering the label with "ci:skip", my config is here
https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/blob/47595f9a4cd4c065c10418fb3236e410bd73e852/.cirrus.yml#L7
But it seems not to work correctly, any suggestions for it?
Beta Was this translation helpful? Give feedback.
All reactions