diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index a1bfff524e3f..5df2b688f6d3 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -295,11 +295,10 @@ jobs: gh-cc-table: name: Update CC implementation status # Only run for master branch and don't run in forks - if: github.repository == 'zwave-js/node-zwave-js' - # if: | - # github.repository == 'zwave-js/node-zwave-js' && - # github.ref == 'refs/heads/master' && - # github.event_name == 'push' + if: | + github.repository == 'zwave-js/node-zwave-js' && + github.ref == 'refs/heads/master' && + github.event_name == 'push' needs: [build] @@ -339,11 +338,10 @@ jobs: generate-overview: name: Update toLogEntry overview # Only run for master branch and don't run in forks - if: github.repository == 'zwave-js/node-zwave-js' - # if: | - # github.repository == 'zwave-js/node-zwave-js' && - # github.ref == 'refs/heads/master' && - # github.event_name == 'push' + if: | + github.repository == 'zwave-js/node-zwave-js' && + github.ref == 'refs/heads/master' && + github.event_name == 'push' needs: [build]