diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d51bf5..4b2c7e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,22 +13,22 @@ on: - cron: "34 1 * * *" jobs: - lint: - uses: ./.github/workflows/lint.yml + # lint: + # uses: ./.github/workflows/lint.yml test: uses: ./.github/workflows/test.yml - build: - uses: ./.github/workflows/build.yml + # build: + # uses: ./.github/workflows/build.yml - release: - needs: - - lint - - test - - build - if: ${{ !github.event.repository.fork && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }} - permissions: - contents: read - id-token: write - uses: ./.github/workflows/release.yml \ No newline at end of file + # release: + # needs: + # - lint + # - test + # - build + # if: ${{ !github.event.repository.fork && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }} + # permissions: + # contents: read + # id-token: write + # uses: ./.github/workflows/release.yml \ No newline at end of file