Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzLefkowitz committed Jan 8, 2023
1 parent 1e7f660 commit 5b6ba79
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/slack_notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ jobs:
name: Notify on Slack
runs-on: ubuntu-latest

if: ${{ github.base_ref == 'master' && github.event_name == 'pull_request' }}

steps:
- name: Post to a Slack channel
id: slack
Expand All @@ -18,7 +16,7 @@ jobs:
# Slack channel id, channel name, or user id to post message.
# See also: https://api.slack.com/methods/chat.postMessage#channels
# You can pass in multiple channels to post to by providing a comma-delimited list of channel IDs.
channel-id: 'C04HY5EN8AE'
channel-id: 'github-bot-test'
# For posting a simple plain text message
slack-message: "Test"
env:
Expand Down

0 comments on commit 5b6ba79

Please sign in to comment.