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 3dd6973 commit 10c3826Copy full SHA for 10c3826
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
# uses: "OpenTermsArchive/engine/.github/workflows/test.yml@main"
15
release:
16
# needs: [ changelog, test ]
17
- if: github.event.pull_request.merged == true && needs.changelog.outputs.release-type != 'no-release'
+ # if: github.event.pull_request.merged == true && needs.changelog.outputs.release-type != 'no-release'
18
runs-on: ubuntu-latest
19
steps:
20
- name: Checkout
0 commit comments