Skip to content

Commit

Permalink
Finish GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Apr 2, 2024
1 parent 45a29c9 commit 2b74f1e
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: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
permissions:
contents: read
Expand Down

0 comments on commit 2b74f1e

Please sign in to comment.