Disable comment workflow since it fails on fork.

This commit is contained in:
vedanshujain 2021-03-01 17:35:49 +05:30
parent df191037c6
commit a53bb20a62
1 changed files with 0 additions and 13 deletions

View File

@ -21,19 +21,6 @@ jobs:
name: woocommerce name: woocommerce
path: ${{ steps.build.outputs.zip_path }} path: ${{ steps.build.outputs.zip_path }}
retention-days: 7 retention-days: 7
- name: Add comment
uses: actions/github-script@v3
if: github.repository_owner == 'woocommerce'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
github.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: ':package: Artifacts ready for [download](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})!'
})
e2e-tests-cache: e2e-tests-cache:
name: Set e2e caches for running tests name: Set e2e caches for running tests