Skip to content

Commit

Permalink
Update snapshot action should only be manually triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
colincasey committed Mar 7, 2025
1 parent e84bdf8 commit 4d0d79a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/update_snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Update Snapshots

on:
workflow_dispatch:
pull_request:

jobs:
find-libcnb-buildpacks:
Expand Down Expand Up @@ -154,8 +153,6 @@ jobs:
author: ${{ vars.LINGUIST_GH_APP_USERNAME }} <${{ vars.LINGUIST_GH_APP_EMAIL }}>
branch: update-snapshots
body: "Automated pull-request to update Node.js CNB snapshots"
base: main # TODO: remove after testing
draft: true # TODO: remove after testing

- name: Configure PR
if: steps.pr.outputs.pull-request-operation == 'created'
Expand Down

0 comments on commit 4d0d79a

Please sign in to comment.