Skip to content

Commit

Permalink
reverting changes to workfows
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak committed Nov 11, 2024
1 parent 0584afc commit 5df32cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-testing-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
}
if (isChangesRequired) {
await github.rest.issues.createComment({
await github.issues.createComment({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: pr.number,
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/cypress.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Cypress Tests

on:
schedule:
- cron: "30 22 * * *"
pull_request:
branches:
- develop
Expand All @@ -15,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
containers: [1, 2, 3, 4]
containers: [1, 2, 3, 4, 5, 6, 7, 8]
env:
REACT_CARE_API_URL: http://localhost:9000
steps:
Expand Down Expand Up @@ -134,4 +136,4 @@ jobs:
if: steps.pr_origin.outputs.is_forked == 'true'
with:
name: cypress-videos
path: cypress/videos
path: cypress/videos
32 changes: 0 additions & 32 deletions .github/workflows/generate-sbom.yml

This file was deleted.

0 comments on commit 5df32cc

Please sign in to comment.