Skip to content

Commit 8b452d5

Browse files
committed
finished testing, confirmed behavior
1 parent 2bde762 commit 8b452d5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/weekly-chromatic.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Weekly Chromatic
22

33
on:
4-
push:
5-
branches: [tsdiff_script] # temporary: remove before merging to main
64
schedule:
75
- cron: '0 17 * * 1' # Monday 9am PST / 10am PDT (GH Actions cron is UTC)
86
workflow_dispatch: # manual trigger for testing
@@ -64,7 +62,7 @@ jobs:
6462
if: always()
6563
env:
6664
SLACK_TSDIFF_CHROMATIC_BOT_TOKEN: ${{ secrets.SLACK_TSDIFF_CHROMATIC_BOT_TOKEN }}
67-
SLACK_CHANNEL_ID: ${{ secrets.TEST_SLACK_ID }}
65+
SLACK_CHANNEL_ID: ${{ secrets.SLACK_CHANNEL_ID }}
6866
CHROMATIC_URL: ${{ needs.chromatic.outputs.build_url }}
6967
CHROMATIC_CODE: ${{ needs.chromatic.outputs.code }}
7068
CHROMATIC_FC_URL: ${{ needs.chromatic-fc.outputs.build_url }}

0 commit comments

Comments
 (0)