Skip to content

Commit

Permalink
[chore] Remove disabled job (#2853)
Browse files Browse the repository at this point in the history
It's been failing for a while. I think we'll have renovate some time in universe which will make this obsolete.
  • Loading branch information
sjchmiela authored Feb 3, 2025
1 parent 77423d1 commit 2b2b20a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,16 +226,3 @@ jobs:
SLACK_USERNAME: 'EAS CLI CI'
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_FOOTER: ''
open-pr-in-universe:
name: Open a PR with `@expo/eas-json` bump in universe
needs: publish-to-npm
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Open a PR with `@expo/eas-json` version bump in universe
uses: benc-uk/workflow-dispatch@v1
with:
repo: expo/universe
ref: main
workflow: update-eas-json.yml
token: ${{ secrets.EXPO_BOT_PAT }}

0 comments on commit 2b2b20a

Please sign in to comment.