Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit aaa5fbd

Browse files
committed
clarify step 2 instructions
1 parent f5e1c68 commit aaa5fbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

responses/02_conditional.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Let's put all this together to run our job only when a labeled named "stage" is
1919
### :keyboard: Activity: Choose the Ubuntu environment for our app
2020

2121
1. Edit the `deploy-staging.yml` file on this branch, or [use this quick link]({{ repoUrl }}/edit/staging-workflow/.github/workflows/deploy-staging.yml?) _(We recommend opening the quick link in another tab)_
22-
2. Edit the contents of the file to specify the `ubuntu-latest` environment, and clarify it should only run when the label applied is "stage"
22+
2. Edit the contents of the file to add a conditional
2323

24-
Your results should look like this:
24+
Your results should look like this:
2525

2626
```yml
2727
name: Staging deployment

0 commit comments

Comments
 (0)