Skip to content

Commit

Permalink
ci: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoyaferrer committed Mar 17, 2024
1 parent c789017 commit 87bceb5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 87bceb5

Please sign in to comment.