Skip to content

Commit

Permalink
Fix two issues being created for each sync
Browse files Browse the repository at this point in the history
The sync-version-with-upstream previously had to manually call the build action because pushes were done by `snapcrafters-bot` when it was still quarantined. Since the quarantine ended a while ago, their pushes trigger other actions, so we don't need to call it manually anymore.
  • Loading branch information
merlijn-sebrechts authored Oct 8, 2023
1 parent 14c2dd8 commit f6ea0b6
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 f6ea0b6

Please sign in to comment.