fix: adding random times
This commit is contained in:
parent
fa6f478f94
commit
703442ecb0
1 changed files with 1 additions and 2 deletions
3
.github/workflows/generate_examples.yml
vendored
3
.github/workflows/generate_examples.yml
vendored
|
@ -16,7 +16,6 @@ jobs:
|
||||||
MYSQL_VERSION: [5.7, 8.0]
|
MYSQL_VERSION: [5.7, 8.0]
|
||||||
# The type of runner that the job will run on
|
# The type of runner that the job will run on
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
- name: Setup MySQL Tuner repository
|
- name: Setup MySQL Tuner repository
|
||||||
|
@ -58,8 +57,8 @@ jobs:
|
||||||
- name: Adding examples to Git
|
- name: Adding examples to Git
|
||||||
run: |
|
run: |
|
||||||
git add ./examples/github/result/mysql/${{ matrix.MYSQL_VERSION }}/*
|
git add ./examples/github/result/mysql/${{ matrix.MYSQL_VERSION }}/*
|
||||||
|
sleep $[ ( $RANDOM % 10 ) + 1 ]s
|
||||||
|
|
||||||
# Runs a single command using the runners shell
|
|
||||||
- name: Run the Action
|
- name: Run the Action
|
||||||
uses: devops-infra/action-commit-push@master
|
uses: devops-infra/action-commit-push@master
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue