Skip to content

Commit

Permalink
chore: disable broken ci
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Aug 1, 2023
1 parent 5481c35 commit 9c8ff39
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ on:
types: [ edited ]

jobs:
preview:
name: Release-Notes Preview
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
git fetch --prune --unshallow --tags
- uses: snyk/release-notes-preview@v1.6.2
with:
releaseBranch: ${{ github.event.repository.default_branch }}
env:
GITHUB_PR_USERNAME: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#preview:
# name: Release-Notes Preview
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - run: |
# git fetch --prune --unshallow --tags
# - uses: snyk/release-notes-preview@v1.6.2
# with:
# releaseBranch: ${{ github.event.repository.default_branch }}
# env:
# GITHUB_PR_USERNAME: ${{ github.actor }}
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

doc:
name: Documentation
Expand Down

0 comments on commit 9c8ff39

Please sign in to comment.