Skip to content

Commit

Permalink
Disabled asking whether to run slow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Sep 12, 2024
1 parent fa8f745 commit 0cfb324
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
- name: Branch Protection
run: true

slow-test-detection:
name: Run Slow or Expensive Tests (e.g. SaaS)?
runs-on: ubuntu-latest
steps:
- name: Detect Slow Tests
run: true
environment:
slow-tests
# slow-test-detection:
# name: Run Slow or Expensive Tests (e.g. SaaS)?
# runs-on: ubuntu-latest
# steps:
# - name: Detect Slow Tests
# run: true
# environment:
# slow-tests

run-slow-tests:
name: Run Slow or Expensive Tests (e.g. SaaS) if Requested
Expand Down

0 comments on commit 0cfb324

Please sign in to comment.