Skip to content

Commit

Permalink
fix: added name change
Browse files Browse the repository at this point in the history
  • Loading branch information
sra1kumar-NULL committed Nov 12, 2024
1 parent 5521dd5 commit 213eefd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/next-latest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Next.js Latest with Gluestack UI
name: Next.js Latest

on:
push:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
needs: check-next-version
if: ${{ needs.check-next-version.outputs.should_run == 'true' || github.event_name == 'push' || github.event_name == 'pull_request' }}
runs-on: ubuntu-latest
name: Next.js latest with Gluestack UI
name: Next.js latest
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 213eefd

Please sign in to comment.