Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
ci: upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Oct 4, 2023
1 parent 3c25f87 commit fb4cc5d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: ⚙️ Build
name: ⚙️ CI

on:
pull_request:
push:
branches: [main]

jobs:
build:
name: libs
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
Expand All @@ -20,5 +19,5 @@ jobs:
NODE_OPTIONS: --openssl-legacy-provider

concurrency:
group: build-${{ github.workflow }}-${{ github.ref }}
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

0 comments on commit fb4cc5d

Please sign in to comment.