fix
This commit is contained in:
		| @@ -1,5 +1,3 @@ | ||||
| name: lint | ||||
|  | ||||
| on: | ||||
|   pull_request: | ||||
|     types: [opened, reopened, closed, synchronize] | ||||
| @@ -10,6 +8,7 @@ on: | ||||
|  | ||||
| jobs: | ||||
|   if_merged: | ||||
|     name: lint | ||||
|     if: ${{ github.event.pull_request.state != 'closed' || github.event.pull_request.merged == true }} | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|   | ||||
| @@ -1,5 +1,3 @@ | ||||
| name: test | ||||
|  | ||||
| on: | ||||
|   pull_request: | ||||
|     types: [opened, reopened, closed, synchronize] | ||||
| @@ -15,6 +13,7 @@ on: | ||||
|  | ||||
| jobs: | ||||
|   if_merged: | ||||
|     name: test | ||||
|     if: ${{ github.event.pull_request.state != 'closed' || github.event.pull_request.merged == true }} | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user