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 ac97de5 commit e61c53dCopy full SHA for e61c53d
.github/workflows/add-comment-on-pr-creation.yml
.github/workflows/delete-review-app.yml
@@ -26,10 +26,6 @@ env:
26
PR_NUMBER: ${{ github.event.pull_request.number || github.event.issue.number || inputs.pr_number }}
27
28
jobs:
29
- debug:
30
- uses: ./.github/workflows/debug-workflow.yml
31
- with:
32
- debug_enabled: false # Will still run if vars.DEBUG_WORKFLOW is true
33
Process-Delete-Command:
34
if: |
35
(github.event_name == 'issue_comment' &&
0 commit comments