Browse Source
ci: update name & add skip (#32226)
* ci: update name
* Update pr-check-ci.yml
pull/32225/head
xrkffgg
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
.github/workflows/pr-check-ci.yml
-
.github/workflows/suggest-related-links.yml
|
|
@ -15,7 +15,7 @@ jobs: |
|
|
|
filter-creator-authority: 'write' |
|
|
|
filter-head-ref: 'master, feature, master-merge-feature, feature-merge-master' |
|
|
|
filter-support-fork: false |
|
|
|
skip-run-names: 'deploy preview, pr-check-ci, build preview failed' |
|
|
|
skip-run-names: 'deploy preview, pr-check-ci, build preview failed, suggest-related-links' |
|
|
|
conflict-review-body: '😅 This branch has conflicts that must be resolved!' |
|
|
|
success-review: true |
|
|
|
success-merge: true |
|
|
|
|
|
@ -10,7 +10,7 @@ on: |
|
|
|
- cron: '13 13 * * */7' |
|
|
|
|
|
|
|
jobs: |
|
|
|
action: |
|
|
|
suggest-related-links: |
|
|
|
runs-on: ubuntu-18.04 |
|
|
|
steps: |
|
|
|
- name: Cache dependencies |
|
|
@ -30,4 +30,4 @@ jobs: |
|
|
|
with: |
|
|
|
mode: 'suggest' |
|
|
|
repository: 'peaceiris/actions-gh-pages' |
|
|
|
unclickable: true |
|
|
|
unclickable: true |
|
|
|