Skip to content

Commit

Permalink
ci: changed name of step
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Aug 8, 2024
1 parent b3d377d commit 3906487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:
if: ${{ steps.generate.outcome == 'failure' || steps.diff.outcome == 'failure' }}
run: exit 1

pr-preview:
continuous-releases:
runs-on: ubuntu-latest
name: 'PR Preview: node-18, ubuntu-latest'
name: 'Continuous Releases: node-18, ubuntu-latest'
timeout-minutes: 10
needs: check-code-generation
permissions:
Expand Down

0 comments on commit 3906487

Please sign in to comment.