Skip to content

Commit

Permalink
Renamed validation pipeline to ci for cleaner namings on the gh ui (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasfr authored Dec 4, 2024
1 parent 2d86ff0 commit 07a77b2
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/validate.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: 🚀 Validation Pipeline
name: CI
concurrency:
group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
push:
branches: [main]
pull_request:
branches: [main]

env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
FLY_ORG: ${{ vars.FLY_ORG }}
Expand Down Expand Up @@ -38,9 +37,8 @@ jobs:
node-version-file: "package.json"
cache: "pnpm"
- run: pnpm install --prefer-offline --frozen-lockfile
# - run: pnpm run typecheck
- run: |
echo "Type Checks are disabled ✅"
#- run: pnpm run typecheck
- run: echo "Type Checks are disabled ✅"

vitest:
needs: typecheck
Expand Down

0 comments on commit 07a77b2

Please sign in to comment.