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 43b5f2a commit 397de48Copy full SHA for 397de48
.github/workflows/build-docker.yaml
@@ -20,7 +20,7 @@ env:
20
21
jobs:
22
changes:
23
- if: ${{ !github.event.pull_request.draft }}
+ if: ${{ !github.event.pull_request.draft && github.event.pull_request.title != 'Feedback' }}
24
runs-on: ubuntu-latest
25
# Required permissions
26
permissions:
0 commit comments