Skip to content

Commit

Permalink
ci(ci): remove report task
Browse files Browse the repository at this point in the history
  • Loading branch information
PunGrumpy committed Jan 7, 2024
1 parent a0d1f39 commit 18d22b4
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,25 +134,3 @@ jobs:
- name: 📦 Publish
if: ${{ steps.release.outputs.release_created }}
run: npm publish
report:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
name: 📊 Report
needs: [lint, release]
runs-on: ${{ matrix.os }}
if: failure()
steps:
- name: 🕋 Send Issue
uses: JasonEtco/create-an-issue@v2
id: send-issue
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FAILED_LOG: ${{ github.event.workflow }}
EVENT: ${{ github.event }}
with:
assignees: ${{ github.actor }}
update_existing: true
search_existing: true
filename: .github/ISSUE_TEMPLATE/failure_report.md

0 comments on commit 18d22b4

Please sign in to comment.