Perform a conditional step in GitHub Actions job
2 min read
299 words
The previous post was about conditional jobs [^1]. GitHub also offers the possibility of providing individual steps with a condition. The usage is almost identical to the conditional jobs. How you can implement them is described below.