summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>2023-05-18 08:05:09 +0000
committerGitHub <noreply@github.com>2023-05-18 08:05:09 +0000
commit6173cebdca246f9e1b496d66c237ce4afc60dc31 (patch)
tree728b445afcdc77661971afe2eb04a98d0c1c07d0 /.github/workflows
parentci: use actual base (diff)
downloadsharkey-6173cebdca246f9e1b496d66c237ce4afc60dc31.tar.gz
sharkey-6173cebdca246f9e1b496d66c237ce4afc60dc31.tar.bz2
sharkey-6173cebdca246f9e1b496d66c237ce4afc60dc31.zip
ci: remove deprecated notifications
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/storybook.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml
index 72528f95b5..a9a5be7588 100644
--- a/.github/workflows/storybook.yml
+++ b/.github/workflows/storybook.yml
@@ -101,18 +101,6 @@ jobs:
commit_sha: context.sha,
body: 'Chromatic detects changes. Please [review the changes on Chromatic](https://www.chromatic.com/builds?appId=6428f7d7b962f0b79f97d6e4).'
})
- - name: Notify that Chromatic will skip testing
- uses: actions/github-script@v6.4.0
- if: github.event_name == 'pull_request_target' && steps.chromatic_pull_request.outputs.skip == 'true'
- with:
- github-token: ${{ secrets.GITHUB_TOKEN }}
- script: |
- github.rest.issues.createComment({
- issue_number: context.issue.number,
- owner: context.repo.owner,
- repo: context.repo.repo,
- body: 'Chromatic will skip testing but you may still have to [review the changes on Chromatic](https://www.chromatic.com/pullrequests?appId=6428f7d7b962f0b79f97d6e4).'
- })
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with: