Skip to content

Commit 24b1355

Browse files
authored
Merge branch 'developerproductivity:main' into main
2 parents 5e56ded + 667b90f commit 24b1355

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/list-status.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ jobs:
1212
- name: Checkout repository
1313
uses: actions/checkout@v3
1414

15+
- name: Test Output
16+
run: |
17+
echo "Hello"
18+
1519
- name: List legacy commit statuses (plural endpoint)
1620
run: |
17-
sleep 3m
21+
sleep 2m
1822
COMMIT_SHA="${{ github.sha }}"
1923
REPO="${{ github.repository }}"
2024
echo "Fetching legacy statuses for commit: $COMMIT_SHA in $REPO"

0 commit comments

Comments
 (0)