Skip to content

Commit

Permalink
.github/workflows/eden.yml: remove report_pr_publish job
Browse files Browse the repository at this point in the history
The report_pr_publish fails to comment on PRs because of some sort of
permission error, lets remove it for now. We still fail the Eden PR
test immidiatly if images are not published on dockerhub, so no worry
about waisting Eden runners looping in a confused state for 5 hours and
then failing.

Signed-off-by: Shahriyar Jalayeri <shahriyar@posteo.de>
  • Loading branch information
shjala authored and eriknordmark committed Nov 17, 2023
1 parent 03357a6 commit 8e759c8
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/eden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,6 @@ jobs:
exit 1
fi
report_pr_publish:
runs-on: ubuntu-latest
needs: check_pr_publish
if: failure()
permissions:
issues: write
steps:
- uses: actions/github-script@v6
with:
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: '⚠️ Docker image is not available on Docker Hub to run Eden PR tests. Please wait for the image to be built and published.'
})
test_suite_pr:
needs: check_pr_publish
if: github.event.review.state == 'approved'
Expand Down

0 comments on commit 8e759c8

Please sign in to comment.