HarrisKirk / blue-green-dreams

2 stars 1 forks source link

Github Actions: Identify how to run a container in linode from Dockerhub image #3

Closed HarrisKirk closed 1 year ago

HarrisKirk commented 1 year ago

Sequential jobs: Set max-parallel: 1 within the jobs.strategy element of the workflow.

HarrisKirk commented 1 year ago

jobs: build-app: strategy: max-parallel: 0

The above still runs in parallel!

HarrisKirk commented 1 year ago

See this commit a9855b4ec9e72c0cc4e7d2e9292fe2e0d0da7303 for how to use the 'needs' keyword