Added a rerun function if the task fails
This commit is contained in:
parent
a27af3c205
commit
a86cc499e2
1 changed files with 3 additions and 1 deletions
4
.github/workflows/generate-db.yml
vendored
4
.github/workflows/generate-db.yml
vendored
|
|
@ -21,9 +21,11 @@ concurrency:
|
|||
jobs:
|
||||
generate:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
strategy:
|
||||
matrix:
|
||||
retry-max: [3] # Set the maximum number of retries here
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue