Skip to content

Commit

Permalink
Refine GitHub actions. v5.13.26
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Feb 5, 2024
1 parent 6e0b198 commit c60ec8e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,4 @@ jobs:
- test-zh-installer
- test-en-installer
steps:
- uses: geekyeggo/delete-artifact@v2
with:
name: platform-cache
- run: echo OK
8 changes: 0 additions & 8 deletions .github/workflows/test-online.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,10 +365,6 @@ jobs:
run: |
echo "SRS_DOMAIN=${{ needs.envs.outputs.SRS_DOMAIN }}" >> $GITHUB_ENV
echo "SRS_DROPLET_EIP=${{ needs.run-test.outputs.SRS_DROPLET_EIP }}" >> $GITHUB_ENV
- name: Dispose artifacts
uses: geekyeggo/delete-artifact@v2
with:
name: platform-cache
- name: Tips for Debugging
run: |
# We will handle the error by ourselves.
Expand Down Expand Up @@ -456,10 +452,6 @@ jobs:
echo "Remove $DOMAIN_ID" &&
doctl compute domain records delete ossrs.io $DOMAIN_ID -f
fi
- name: Dispose artifacts
uses: geekyeggo/delete-artifact@v2
with:
name: platform-cache
- run: echo OK
runs-on: ubuntu-20.04

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,4 @@ jobs:
- test-bt-plugin
- test-aapanel-plugin
steps:
- uses: geekyeggo/delete-artifact@v2
with:
name: platform-cache
- run: echo OK

0 comments on commit c60ec8e

Please sign in to comment.