From 548bf9349a576f183cb628dc1ddbf203e78fc66d Mon Sep 17 00:00:00 2001 From: MaeIsBad <26093674+MaeIsBad@users.noreply.github.com> Date: Wed, 27 Sep 2023 14:43:33 +0200 Subject: [PATCH] Remove container option from alls-green (#48) --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad4fd54..e9cdf66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,8 +88,6 @@ jobs: needs: - test runs-on: ubuntu-latest - container: - image: public.ecr.aws/prima/python:3.9.10-3 steps: - name: Decide whether the needed jobs succeeded or failed uses: re-actors/alls-green@release/v1