Skip to content

Commit

Permalink
Update Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Jan 31, 2024
1 parent 68ad338 commit 616d4fe
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/beta-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ on:
workflow_dispatch:

jobs:
buildandtest:
name: Build and Test
uses: ./.github/workflows/build-and-test.yml
permissions:
contents: read
secrets: inherit
# buildandtest:
# name: Build and Test
# uses: ./.github/workflows/build-and-test.yml
# permissions:
# contents: read
# secrets: inherit
iosapptestflightdeployment:
name: iOS App TestFlight Deployment
needs: buildandtest
# needs: buildandtest
uses: CS342/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
permissions:
contents: read
Expand Down

0 comments on commit 616d4fe

Please sign in to comment.