You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: responses/02_conditional.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@ Let's put all this together to run our job only when a labeled named "stage" is
19
19
### :keyboard: Activity: Choose the Ubuntu environment for our app
20
20
21
21
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
0 commit comments