Skip to content

Commit

Permalink
AAE-21718 CI daily fix pipeline (#9504)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriziovitale committed Apr 3, 2024
1 parent 91e1c47 commit a152b0d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -502,13 +502,6 @@ jobs:
needs: [check-if-pr-is-approved, pre-checks, setup, unit-tests, lint, build-libs, e2e, e2e-storybook]
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Log e2e result
id: e2e-result
if: ${{ github.event_name == 'schedule' }}
uses: ./.github/actions/artifact-extract
with:
artifact-name: "global-e2e-result-${{ matrix.e2e-test.test-id }}"
file-name: e2e-failures.txt
- name: identify-slack-group
id: groups
if: ${{ github.event_name == 'schedule' }}
Expand Down

0 comments on commit a152b0d

Please sign in to comment.