Skip to content

Commit

Permalink
chore: Auto-update snapshot for any branch (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
kichik authored Oct 18, 2023
1 parent d276e1f commit 54a366c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ on:
workflow_run:
workflows: [build]
types: [completed]
branches: [github-actions/upgrade-main]

jobs:
on-failure:
runs-on: ubuntu-latest
container:
image: jsii/superchain:1-buster-slim-node16
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
env:
CI: "true"
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -79,7 +80,7 @@ jobs:
------
*Automatically created by projen via the "upgrade-snapshot" workflow*
branch: github-actions/upgrade-snapshot
branch: ${{ github.event.workflow_run.head_branch }}/upgrade-snapshot
title: "chore(deps): update snapshot for dependencies upgrade"
body: |-
Update snapshot. See details in [workflow run].
Expand Down

0 comments on commit 54a366c

Please sign in to comment.