Skip to content

Commit

Permalink
Renamed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Jul 9, 2024
1 parent 421d462 commit 6931742
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
run: true

slow-test-detection:
name: Run Slow or Expensive Tests (e.g. SaaS)?
runs-on: ubuntu-latest
steps:
- name: Detect Slow Tests
Expand All @@ -61,6 +62,7 @@ jobs:
slow-tests

run-slow-tests:
name: Run Slow or Expensive Tests (e.g. SaaS) if Requested
runs-on: ubuntu-latest
needs: [ slow-test-detection ]

Expand Down

0 comments on commit 6931742

Please sign in to comment.