We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b161562 commit b87bc25Copy full SHA for b87bc25
1 file changed
.github/workflows/csharp-test.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Wait until <2 workflows running
20
run: |
21
while true; do
22
- sleep 10;
+ sleep 10
23
running=$(gh run list \
24
--repo "${GITHUB_REPOSITORY}" \
25
--workflow "${GITHUB_WORKFLOW}" \
0 commit comments