调整持续集成,linux ci修改为centos7

This commit is contained in:
xiongziliang
2024-06-09 10:56:00 +08:00
parent 77d2df1695
commit 577fe86917
6 changed files with 40 additions and 21 deletions

View File

@@ -37,10 +37,10 @@ jobs:
name: ${{ github.workflow }}_${{ env.BRANCH }}_${{ env.DATE }}
path: Android/app/build/outputs/apk/debug/*
if-no-files-found: error
retention-days: 1
retention-days: 90
- name: issue评论
if: github.event_name != 'pull_request'
if: github.event_name != 'pull_request' && github.ref != 'refs/heads/feature/test'
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}