Skip to content

Commit 6209ca5

Browse files
authored
Repositories are not removed after e2e (#1096)
Co-authored-by: freddydk <[email protected]>
1 parent 3833302 commit 6209ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/E2E.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ jobs:
343343
RemoveRepositories:
344344
runs-on: [ ubuntu-latest ]
345345
needs: [ Check, SetupRepositories, TestAlGoPublic, TestAlGoPrivate, TestAlGoUpgrade, Scenario ]
346-
if: always() && (!Cancelled()) && (needs.SetupRepositories.result == 'Success') && (needs.TestAlGo.result == 'Success' || needs.TestAlGo.result == 'Skipped') && (needs.TestAlGoUpgrade.result == 'Success' || needs.TestAlGoUpgrade.result == 'Skipped') && (needs.Scenario.result == 'Success' || needs.Scenario.result == 'Skipped')
346+
if: always() && (!Cancelled()) && (needs.SetupRepositories.result == 'Success') && (needs.TestAlGoPublic.result == 'Success' || needs.TestAlGoPublic.result == 'Skipped') && (needs.TestAlGoPrivate.result == 'Success' || needs.TestAlGoPrivate.result == 'Skipped') && (needs.TestAlGoUpgrade.result == 'Success' || needs.TestAlGoUpgrade.result == 'Skipped') && (needs.Scenario.result == 'Success' || needs.Scenario.result == 'Skipped')
347347
steps:
348348
- uses: actions/checkout@v4
349349
with:

0 commit comments

Comments
 (0)