Skip to content

Commit 58422a7

Browse files
committed
fix: rename job identifiers for clarity in workflow tests
1 parent 51fe02b commit 58422a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/danger-workflow-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
# Test Danger action on pull requests - should analyze PR and report findings
15-
test-danger-pr-analysis:
15+
pr-analysis:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4

.github/workflows/workflow-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
# Test PR creation scenario - should create a PR with specific version pattern
13-
test-updater-pr-creation:
13+
updater-pr-creation:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
@@ -73,7 +73,7 @@ jobs:
7373
echo "✅ PR creation scenario validation passed!"
7474
7575
# Test no-change scenario - should detect no updates needed
76-
test-updater-no-changes:
76+
updater-no-changes:
7777
runs-on: macos-latest
7878
steps:
7979
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)