chore: Configure jobs to run sequentially

This commit is contained in:
2024-02-21 01:20:34 +01:00
parent 8bc07bb5ee
commit 5e159783e8

@ -37,9 +37,10 @@ jobs:
# run: |
# echo "version=$(cat .version)" >> $GITHUB_OUTPUT
Container image (docker.io):
Container image:
container: catthehacker/ubuntu:act-latest
runs-on: dind
needs: Semantic Release (Dry-run)
steps:
- name: Checkout
uses: actions/checkout@v4