Skip to content

Commit

Permalink
Update install-arch-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
expandpi committed Sep 11, 2024
1 parent e544367 commit 7539c99
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/install-arch-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,4 @@ jobs:
- name: Workflow Test Result
run: |
if [ "${{ job.status }}" == "success" ]; then
STATUS="successful"
else
STATUS="failed"
fi
curl -H "Content-Type: application/json" -d {"content": Athena testing workflow completed with status: $STATUS.\nBranch: ${{ github.ref }}\nCommit: ${{ github.sha }}\"}" ${{ secrets.WEBHOOK_URL }})

0 comments on commit 7539c99

Please sign in to comment.