We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11b159e commit 2ce0116Copy full SHA for 2ce0116
.github/workflows/pr-lint.yml
@@ -20,7 +20,6 @@ on: # yamllint disable-line rule:truthy
20
jobs:
21
pr-lint:
22
name: "Lint Pull Request"
23
- if: github.event_name != 'pull_request_target'
24
runs-on: ubuntu-latest
25
container:
26
image: ghcr.io/syself/caph-builder:1.0.20
.github/workflows/pr-verify.yml
@@ -7,7 +7,6 @@ jobs:
7
pr-verify:
8
9
name: Verify Pull Request
10
11
steps:
12
- name: Verifier action
13
id: verifier
0 commit comments