From 1182afdbd11f6b480ba5f51b6537a92c36fa4b4b Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 1 Feb 2025 11:18:29 +0900 Subject: [PATCH] ci: Update reusable workflows --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2163b11..160debc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,13 +35,10 @@ jobs: miri: uses: taiki-e/github-actions/.github/workflows/miri.yml@main with: - event_name: ${{ github.event_name }} # NB: sync with test job's --exclude option args: --exclude install-action-internal-codegen msrv: uses: taiki-e/github-actions/.github/workflows/msrv.yml@main - with: - event_name: ${{ github.event_name }} test-manifest-schema: uses: taiki-e/github-actions/.github/workflows/test.yml@main with: