Skip to content

Commit 86cf153

Browse files
authored
Merge pull request #4031 from leburgeon/patch-14
Update part11d.md
2 parents 1818f70 + 2f496ba commit 86cf153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/11/en/part11d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
// steps here
220220
```
221221
222-
As was mentioned [earlier](/en/part11/getting_started_with_git_hub_actions#getting-started-with-workflows) jobs of a workflow are executed in parallel but since we want the linting, testing and deployment to be done first, we set a dependency that the <i>tag\_release</i> waits the another job to execute first since we do not want to tag the release unless it passes tests and is deployed.
222+
As mentioned [earlier](/en/part11/getting_started_with_git_hub_actions#getting-started-with-workflows), jobs of a workflow are executed in parallel. However since we want the linting, testing and deployment to be done first, we set a dependency that the <i>tag\_release</i> waits for since we do not want to tag the release unless it passes tests and is deployed.
223223
224224
If you're uncertain of the configuration, you can set <code>DRY_RUN</code> to <code>true</code>, which will make the action output the next version number without creating or tagging the release!
225225

0 commit comments

Comments
 (0)