Skip to content

Commit

Permalink
Changed disabling to use boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Sep 12, 2024
1 parent 06aa705 commit eff7059
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ 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)?
if: ${{ false }}
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 eff7059

Please sign in to comment.