Skip to content

Commit

Permalink
Update notify-user-new-environment-created.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ep-93 authored Dec 6, 2023
1 parent ecadd65 commit d3e25db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify-user-new-environment-created.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Send message to user on onboarding issue close
env:
github-token: ${{ secrets.GITHUB_TOKEN }}
if: contains(github.event.issue.labels.*.name, 'onboarding') && github.event.issue.state == 'closed'
# if: contains(github.event.issue.labels.*.name, 'onboarding') && github.event.issue.state == 'closed'
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
with:
script: |
Expand Down

0 comments on commit d3e25db

Please sign in to comment.