Skip to content

Commit

Permalink
Push
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Sep 27, 2023
1 parent 5aebb75 commit 941acf6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/beta-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ on:
workflow_dispatch:

jobs:
buildandtest:
name: Build and Test
uses: ./.github/workflows/build-and-test.yml
# buildandtest:
# name: Build and Test
# uses: ./.github/workflows/build-and-test.yml
iosapptestflightdeployment:
name: iOS App TestFlight Deployment
needs: buildandtest
# needs: buildandtest
uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
secrets: inherit
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ on:
workflow_call:

jobs:
# reuse_action:
# name: REUSE Compliance Check
# uses: StanfordBDHG/.github/.github/workflows/reuse.yml@v2
# swiftlint:
# name: SwiftLint
# uses: StanfordBDHG/.github/.github/workflows/swiftlint.yml@v2
reuse_action:
name: REUSE Compliance Check
uses: StanfordBDHG/.github/.github/workflows/reuse.yml@v2
swiftlint:
name: SwiftLint
uses: StanfordBDHG/.github/.github/workflows/swiftlint.yml@v2
# buildandtest:
# name: Build and Test
# uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
Expand Down

0 comments on commit 941acf6

Please sign in to comment.