fix(tools): different condition for codesee-maps (#43558)

pull/43560/head
Nicholas Carrigan (he/him) 2021-09-24 09:08:25 -07:00 committed by GitHub
parent b5019000bb
commit f00edd6a3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -4,14 +4,12 @@ on:
- main - main
pull_request: pull_request:
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]
branches-ignore:
- 'renovate/**'
- 'i18n-sync-**'
name: CodeSee Map name: CodeSee Map
jobs: jobs:
test_map_action: test_map_action:
if: ${{ github.actor != 'renovate[bot]' && github.actor != 'camperbot' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: Run map action on action code name: Run map action on action code
steps: steps: