Skip to content
Snippets Groups Projects
Unverified Commit 1dd1de06 authored by Yee's avatar Yee Committed by GitHub
Browse files

Ignore merged PR in github action (#691)

parent 4163e51f
No related branches found
No related tags found
......@@ -14,7 +14,7 @@ defaults:
jobs:
lint:
name: lint
if: ${{ contains(github.event.pull_request.labels.*.name, 'ready-for-testing') }}
if: ${{ contains(github.event.pull_request.labels.*.name, 'ready-for-testing') && github.event.pull_request.merged != true }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment