Skip to content

Commit

Permalink
github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
YsGqHY committed Nov 11, 2024
1 parent dc00ad6 commit 0901283
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,15 @@ jobs:
run: chmod +x ./gradlew
# 第一次构建
- name: build
continue-on-error: true
id: build_1
run: ./gradlew build
# 第二次构建
- name: build (retry 1)
continue-on-error: true
id: build_2
if: steps.build_1.outcome == 'failure'
run: ./gradlew build
# 第三次构建
- name: build (retry 2)
continue-on-error: true
id: build_3
if: steps.build_2.outcome == 'failure'
run: ./gradlew build
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 0901283

Please sign in to comment.