Skip to content

Commit

Permalink
GH Actions - Disable LWC 3.5 cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Nov 21, 2023
1 parent a757abb commit 3673483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/cron_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,3 @@ jobs:
with:
event-type: run-e2e-branches
client-payload: '{"branch": "release_3_6"}'

- name: Branch 3.5
uses: peter-evans/repository-dispatch@v2
with:
event-type: run-e2e-branches
client-payload: '{"branch": "release_3_5"}'
4 changes: 2 additions & 2 deletions .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
body: |
The latest **weekly** run of end2end "playwright" tests failed with this latest commit on the branch **${{ env.BRANCH }}** 😣
CC @nboisteault and @Gustry, please have a look to the logs 💪 Maybe it's a false positive ? 🙍
CC @nboisteault and @Gustry, please have a look to the logs. Maybe it's a false positive ?
Visit ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
body: |
The latest **weekly** run of end2end "cypress" tests failed with this latest commit on the branch **${{ env.BRANCH }}** 😣
CC @nboisteault and @Gustry, please have a look to the logs 💪 Maybe it's a false positive ? 🙍
CC @nboisteault and @Gustry, please have a look to the logs. Maybe it's a false positive ?
Visit ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
Expand Down

0 comments on commit 3673483

Please sign in to comment.