Skip to content

Commit

Permalink
Merge pull request #170 from snapcrafters/merlijn-sebrechts-patch-1
Browse files Browse the repository at this point in the history
Fix two issues being created for each sync
  • Loading branch information
lucyllewy authored Oct 11, 2023
2 parents 14c2dd8 + f6ea0b6 commit 757dae1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/sync-version-with-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,3 @@ jobs:
git push
outputs:
modified: ${{ steps.git-check.outputs.modified }}
call-snap-store-publish-to-candidate:
name: "Call"
needs: sync-version
if: needs.sync-version.outputs.modified == 'true'
# Permissions needed by the called workflow
permissions:
contents: read
issues: write
secrets:
SNAP_STORE_CANDIDATE: ${{ secrets.SNAP_STORE_CANDIDATE }}
uses: ./.github/workflows/snap-store-publish-to-candidate.yml

0 comments on commit 757dae1

Please sign in to comment.