Skip to content

Commit

Permalink
Merge pull request #229 from ddjnw1yu/workflow-timeout
Browse files Browse the repository at this point in the history
Remove workflow timeout
  • Loading branch information
ddjnw1yu authored Nov 12, 2024
2 parents ac08d4d + 50ae4ee commit 3edd991
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pull_request_cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ jobs:
- name: Automated Run Testing when Pull Request
if: steps.checkUser.outputs.require-result == 'true'
uses: cypress-io/github-action@v6
timeout-minutes: 30
env:
ROOT_URL: ${{ secrets.ROOT_URL }} # http://localhost:3000
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/quality_control_cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ jobs:
env:
ROOT_URL: "https://sparc.science"
uses: cypress-io/github-action@v6
timeout-minutes: 30
with:
wait-on: ${{ env.ROOT_URL }}
record: true
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/scheduled_production_cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ jobs:

- name: Schedule Run Testing against Production
uses: cypress-io/github-action@v6
timeout-minutes: 30
env:
ROOT_URL: "https://sparc.science"
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/scheduled_staging_cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ jobs:

- name: Schedule Run Testing against Staging
uses: cypress-io/github-action@v6
timeout-minutes: 30
env:
ROOT_URL: "https://staging.sparc.science"
with:
Expand Down

0 comments on commit 3edd991

Please sign in to comment.