We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7c3cf commit dd3c7aaCopy full SHA for dd3c7aa
1 file changed
.github/workflows/build-pr-cmk.yml
@@ -65,7 +65,6 @@ jobs:
65
66
- name: Comment or update cmk build artifact on PR
67
uses: actions/github-script@v7
68
- if: github.event.pull_request.head.repo.full_name == github.repository
69
with:
70
script: |
71
const issue_number = context.payload.pull_request.number;
0 commit comments