Skip to content

Commit

Permalink
Removing RTL repo sync automation from nightly release
Browse files Browse the repository at this point in the history
  • Loading branch information
nquarton authored and jhand2 committed Aug 27, 2024
1 parent 79aeef2 commit 83bc311
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 83bc311

Please sign in to comment.