remove duplicate checks

This commit is contained in:
Ulf Gebhardt 2023-09-12 13:35:43 +02:00
parent 98b82d3569
commit 7406a96128
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: build test CI name: build test CI
on: [ push, pull_request_target ] on: pull_request_target
jobs: jobs:
build-test: build-test:

View File

@ -1,6 +1,6 @@
name: lint test CI name: lint test CI
on: [ push, pull_request_target ] on: pull_request_target
jobs: jobs:
build-test: build-test: