diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 63f0473d74..04bbd17ebe 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,6 +10,7 @@ jobs: update-autorevision: name: "Update AutoRevision" runs-on: ubuntu-22.04 + if: github.event_name == 'release' steps: - uses: actions/checkout@v3 with: @@ -44,6 +45,7 @@ jobs: update-archive: name: "Update Source Archive" runs-on: ubuntu-22.04 + if: github.event_name == 'release' steps: - uses: actions/checkout@v3 with: