Skip to content

Commit 2ce0116

Browse files
authored
🌱 Always lint and verify in GithubActions. (#1490)
1 parent 11b159e commit 2ce0116

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/pr-lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ on: # yamllint disable-line rule:truthy
2020
jobs:
2121
pr-lint:
2222
name: "Lint Pull Request"
23-
if: github.event_name != 'pull_request_target'
2423
runs-on: ubuntu-latest
2524
container:
2625
image: ghcr.io/syself/caph-builder:1.0.20

.github/workflows/pr-verify.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jobs:
77
pr-verify:
88
runs-on: ubuntu-latest
99
name: Verify Pull Request
10-
if: github.event_name != 'pull_request_target'
1110
steps:
1211
- name: Verifier action
1312
id: verifier

0 commit comments

Comments
 (0)