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 1dc9110 commit 6125a21Copy full SHA for 6125a21
.github/workflows/build-docker.yaml
@@ -20,7 +20,7 @@ env:
20
21
jobs:
22
changes:
23
- if: ${{ !github.event.pull_request.draft && !contains(github.ref, 'feedback') }}
+ 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