Skip to content

Commit

Permalink
group & rename
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgorana committed Oct 30, 2024
1 parent 036339c commit 8b4a8e0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apps-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Standalone Apps Tests
name: Test - Apps Standalone

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: E2E Tests
name: Tests - E2E

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightlies.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Nightlies
name: Tests - Nightlies

on:
schedule:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR Tests
name: Tests - PR

on:
workflow_dispatch:
Expand All @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true

jobs:
pr-tests:
unit:
strategy:
max-parallel: 99
matrix:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
run: |
tox -e syft.test.unit
pr-integration-tests:
integration:
strategy:
max-parallel: 99
matrix:
Expand Down

0 comments on commit 8b4a8e0

Please sign in to comment.