Skip to content

Fix disabling the cache feature #15

Fix disabling the cache feature

Fix disabling the cache feature #15

Workflow file for this run

name: commits
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: conventional
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: webiny/[email protected]
# optional, required for private repos
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}