Skip to content

Commit 869494a

Browse files
committed
minor change
1 parent 1df9382 commit 869494a

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
@@ -17,13 +17,13 @@ quiz:
1717
questions:
1818
- content: "Which of the following choices is a keyword to make one job wait for another job to complete?"
1919
choices:
20-
- content: <code>on</code>
20+
- content: "<code>on</code>"
2121
isCorrect: false
2222
explanation: "Incorrect. Jobs run in parallel by default, but you can define dependencies between the jobs using needs."
23-
- content: <code>needs</code>
23+
- content: "<code>needs</code>"
2424
isCorrect: true
2525
explanation: "Correct. Jobs run in parallel by default, but you can define dependencies between the jobs using needs."
26-
- content: <code>uses</code>
26+
- content: "<code>uses</code>"
2727
isCorrect: false
2828
explanation: "Incorrect. Jobs run in parallel by default, but you can define dependencies between the jobs using needs."
2929
- 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)