From 87bceb5baa41ca614aabc9efe90bb2b2c8d8d418 Mon Sep 17 00:00:00 2001 From: Manuel Moya Ferrer Date: Sun, 17 Mar 2024 19:35:17 +0100 Subject: [PATCH] ci: fix syntax --- .github/workflows/build-publish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index c1a5b72..51f7b56 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -9,7 +9,7 @@ # This workflow builds and publishes packages to artifact repository. # Note that while using Hutte, new scratch orgs after this workflow will come with the newly published packages installed. -name: 'Build & Publish' +name: Build & Publish on: push: @@ -34,8 +34,6 @@ jobs: name: Build and Publish runs-on: ubuntu-latest container: ghcr.io/flxbl-io/sfp - needs: deploy - concurrency: build if: github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v4