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 babf0eb commit c19f847Copy full SHA for c19f847
.github/workflows/release-pr.yml
@@ -12,7 +12,7 @@ on:
12
jobs:
13
release:
14
runs-on: ubuntu-latest
15
- if: github.event.head_commit.committer.name != 'GitHub'
+ # if: github.event.head_commit.committer.name != 'GitHub'
16
# needs: ci
17
permissions:
18
contents: write
0 commit comments