We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7005e10 commit f137381Copy full SHA for f137381
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
run: |
47
set -euxo pipefail
48
if ${{ startsWith(github.ref_name, 'pull-request/') }}; then
49
- skip="$(gh pr view "$(grep -Po '(\d+)$' <<< '${{ github.ref_name }}')" --json title --jq '.title | contains("[skip ci]")')"
+ skip="$(gh pr view "$(grep -Po '(\d+)$' <<< '${{ github.ref_name }}')" --json title --jq '.title | contains("[no ci]")')"
50
else
51
skip=false
52
fi
0 commit comments