Skip to content

Commit

Permalink
Disabled github action
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Aug 12, 2024
1 parent 721b19d commit a960441
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: CI
on:
push:
branches:
- develop
pull_request:
branches:
- develop
# name: CI
# on:
# push:
# branches:
# - develop
# pull_request:
# branches:
# - develop

jobs:
# jobs:

build-library:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
# build-library:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v3

- name: Setup
uses: ./.github/actions/setup
# - name: Setup
# uses: ./.github/actions/setup

- name: Build package
run: yarn prepare
# - name: Build package
# run: yarn prepare

0 comments on commit a960441

Please sign in to comment.