From e8e23d91448b5a16114cd8654ff7d3156bf3afcd Mon Sep 17 00:00:00 2001 From: Nick Quarton <139178705+nquarton@users.noreply.github.com> Date: Fri, 23 Aug 2024 13:57:40 -0400 Subject: [PATCH] Removing RTL repo sync automation from nightly release --- .github/workflows/nightly-release.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/nightly-release.yml b/.github/workflows/nightly-release.yml index b68fd89f24..caf09f57b6 100644 --- a/.github/workflows/nightly-release.yml +++ b/.github/workflows/nightly-release.yml @@ -7,16 +7,8 @@ on: - cron: '11 10 * * 2-6' jobs: - rtl-repo-sync: - name: RTL Repo Sync - uses: ./.github/workflows/rtl-repo-sync.yml - permissions: - contents: write - pull-requests: write - find-latest-release: name: Find Latest Release - needs: rtl-repo-sync runs-on: ubuntu-22.04 outputs: create_release: ${{ steps.find.outputs.create_release }}