From e36c629dad8b50a8f35dd7333c743845c63baa52 Mon Sep 17 00:00:00 2001 From: alfredeen Date: Tue, 12 Mar 2024 11:39:44 +0100 Subject: [PATCH] Removed invalid action job reference --- .github/workflows/serve-encrypt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/serve-encrypt.yml b/.github/workflows/serve-encrypt.yml index 4588598..f6e723e 100644 --- a/.github/workflows/serve-encrypt.yml +++ b/.github/workflows/serve-encrypt.yml @@ -27,7 +27,7 @@ jobs: if: | github.ref == 'refs/heads/main' && github.repository == 'scilifelabdatacentre/serve-images' - needs: build_and_test + runs-on: ubuntu-latest concurrency: group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'