ci: fix sims success messages (#13222)

This commit is contained in:
Julien Robert
2022-09-09 10:16:56 -04:00
committed by GitHub
parent 4882f933b1
commit 13ab473a0d
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -118,8 +118,6 @@ jobs:
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
-2
View File
@@ -118,8 +118,6 @@ jobs:
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