Skip to content

Commit c37f6cc

Browse files
Désactiver les tests e2e sur la main temporairement (#1573)
temporarily kill e2e tests
1 parent 99ca791 commit c37f6cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ jobs:
7676
e2e:
7777
name: tests de bout-en-bout
7878
runs-on: ubuntu-latest
79-
if: ${{ github.ref_name == 'main' || (github.event_name == 'pull_request' && contains( github.event.pull_request.labels.*.name, 'frontend')) }}
79+
# if: ${{ github.ref_name == 'main' || (github.event_name == 'pull_request' && contains( github.event.pull_request.labels.*.name, 'frontend')) }}
80+
if: ${{ (github.event_name == 'pull_request' && contains( github.event.pull_request.labels.*.name, 'frontend')) }}
8081
strategy:
8182
matrix:
8283
shard: [1/5, 2/5, 3/5, 4/5, 5/5]

0 commit comments

Comments
 (0)