fix(tools): different condition for codesee-maps (#43558)
This commit is contained in:
committed by
GitHub
parent
b5019000bb
commit
f00edd6a3a
4
.github/workflows/codesee-arch-diagram.yml
vendored
4
.github/workflows/codesee-arch-diagram.yml
vendored
@ -4,14 +4,12 @@ on:
|
||||
- main
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
branches-ignore:
|
||||
- 'renovate/**'
|
||||
- 'i18n-sync-**'
|
||||
|
||||
name: CodeSee Map
|
||||
|
||||
jobs:
|
||||
test_map_action:
|
||||
if: ${{ github.actor != 'renovate[bot]' && github.actor != 'camperbot' }}
|
||||
runs-on: ubuntu-latest
|
||||
name: Run map action on action code
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user