Skip to content

Commit dcc4fd7

Browse files
committed
minor change
1 parent 4f770a7 commit dcc4fd7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

learn-pr/wwl-azure/introduction-to-github-actions/10-knowledge-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ quiz:
1818
- content: "Which of the following choices is a keyword to make one job wait for another job to complete?"
1919
choices:
2020
- content: |
21-
"on."
21+
on.
2222
isCorrect: false
2323
explanation: "Incorrect. Jobs run in parallel by default, but you can define dependencies between the jobs using needs."
2424
- content: |
25-
"needs."
25+
needs.
2626
isCorrect: true
2727
explanation: "Correct. Jobs run in parallel by default, but you can define dependencies between the jobs using needs."
2828
- content: |
29-
"uses."
29+
uses.
3030
isCorrect: false
3131
explanation: "Incorrect. Jobs run in parallel by default, but you can define dependencies between the jobs using needs."
3232
- content: "Which of the following choices isn't a level that self-hosted runners can be added within an enterprise?"

0 commit comments

Comments
 (0)