Skip to content

Commit 20c107f

Browse files
authored
Update ci.yaml
1 parent d167302 commit 20c107f

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.github/workflows/ci.yaml

+21-21
Original file line numberDiff line numberDiff line change
@@ -42,26 +42,26 @@ jobs:
4242
- name: Run tests
4343
run: tox run -e unit
4444

45-
lib-check:
46-
name: Check libraries
47-
runs-on: ubuntu-22.04
48-
timeout-minutes: 5
49-
steps:
50-
- name: Checkout
51-
uses: actions/checkout@v4
52-
with:
53-
fetch-depth: 0
54-
- run: |
55-
# Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728
56-
touch requirements.txt
57-
- name: Check libs
58-
uses: canonical/charming-actions/[email protected]
59-
with:
60-
charmcraft-channel: latest/beta/data-platform # TODO: remove after charmcraft 3.3 stable release
61-
credentials: ${{ secrets.CHARMHUB_TOKEN }}
62-
github-token: ${{ secrets.GITHUB_TOKEN }}
63-
use-labels: false
64-
fail-build: ${{ github.event_name == 'pull_request' }}
45+
# lib-check:
46+
# name: Check libraries
47+
# runs-on: ubuntu-22.04
48+
# timeout-minutes: 5
49+
# steps:
50+
# - name: Checkout
51+
# uses: actions/checkout@v4
52+
# with:
53+
# fetch-depth: 0
54+
# - run: |
55+
# # Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728
56+
# touch requirements.txt
57+
# - name: Check libs
58+
# uses: canonical/charming-actions/[email protected]
59+
# with:
60+
# charmcraft-channel: latest/beta/data-platform # TODO: remove after charmcraft 3.3 stable release
61+
# credentials: ${{ secrets.CHARMHUB_TOKEN }}
62+
# github-token: ${{ secrets.GITHUB_TOKEN }}
63+
# use-labels: false
64+
# fail-build: ${{ github.event_name == 'pull_request' }}
6565

6666
build:
6767
name: Build charms
@@ -84,4 +84,4 @@ jobs:
8484
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
8585
cloud: lxd
8686
permissions:
87-
contents: write
87+
contents: write

0 commit comments

Comments
 (0)