Skip to content

Commit

Permalink
Revert "test: run in PR temporarily"
Browse files Browse the repository at this point in the history
This reverts commit d101582.
  • Loading branch information
AlCalzone committed Apr 8, 2024
1 parent d101582 commit bfb377d
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down Expand Up @@ -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]

Expand Down

0 comments on commit bfb377d

Please sign in to comment.