ci: fix sims success messages (#13217)
This commit is contained in:
parent
fdf5a7b161
commit
69ef344cbf
3
.github/workflows/sims-045.yml
vendored
3
.github/workflows/sims-045.yml
vendored
@ -117,6 +117,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ success() }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: "release/v0.45.x"
|
||||
- name: Get previous workflow status
|
||||
uses: ./.github/actions/last-workflow-status
|
||||
id: last_status
|
||||
|
||||
3
.github/workflows/sims-046.yml
vendored
3
.github/workflows/sims-046.yml
vendored
@ -117,6 +117,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ success() }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: "release/v0.46.x"
|
||||
- name: Get previous workflow status
|
||||
uses: ./.github/actions/last-workflow-status
|
||||
id: last_status
|
||||
|
||||
2
.github/workflows/sims.yml
vendored
2
.github/workflows/sims.yml
vendored
@ -114,6 +114,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ success() }}
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Get previous workflow status
|
||||
uses: ./.github/actions/last-workflow-status
|
||||
id: last_status
|
||||
|
||||
Loading…
Reference in New Issue
Block a user