Skip to content

Commit

Permalink
ci: removed trigger check from check-release
Browse files Browse the repository at this point in the history
  • Loading branch information
kirangadhave committed Mar 6, 2023
1 parent 9d9e669 commit 941ed66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
RUN=CI yarn run build-affected-libs
- name: Release
if: ${{ success() && (github.event_name != 'pull_request' || github.event.action == 'closed' && github.event.pull_request.merged == true) }}
env:
GITHUB_TOKEN: ${{ secrets.TRRACK_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 941ed66

Please sign in to comment.