Skip to content

Commit 37670a4

Browse files
ci: rename slack channel from data-ops to oss-ci-tests
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
1 parent a2348ba commit 37670a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-github-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
edr monitor
151151
-t snowflake
152152
--slack-token "${{ secrets.CI_SLACK_TOKEN }}"
153-
--slack-channel-name data-ops
153+
--slack-channel-name oss-ci-tests
154154
&&
155155
edr monitor report
156156
-t snowflake

.github/workflows/test-warehouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ jobs:
392392
--project-profile-target "${{ inputs.warehouse-type }}"
393393
--slack-file-name "report_${{ inputs.warehouse-type }}_${{ env.BRANCH_NAME }}.html"
394394
--slack-token "$SLACK_TOKEN"
395-
--slack-channel-name data-ops
395+
--slack-channel-name oss-ci-tests
396396
--bucket-file-path "ci_reports/report_${{ inputs.warehouse-type }}_${{ env.BRANCH_NAME }}.html"
397397
--aws-access-key-id "$AWS_ACCESS_KEY_ID"
398398
--aws-secret-access-key "$AWS_SECRET_ACCESS_KEY"

0 commit comments

Comments
 (0)