Skip to content

Commit

Permalink
Updated ReusableWorkflows to v22.
Browse files Browse the repository at this point in the history
  • Loading branch information
grigorye committed Jul 5, 2023
1 parent 42e0c39 commit 0dfeeb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
name: 'Tests'
needs: [paths-filter, tests-filter]
if: ${{ !inputs.skip-tests && github.event.pull_request.draft != true && needs.paths-filter.outputs.should-test != 'false' && needs.tests-filter.outputs.should-run == 'true' }}
uses: grigorye/ReusableWorkflows/.github/workflows/tests-generic.yml@v20
uses: grigorye/ReusableWorkflows/.github/workflows/tests-generic.yml@v22
secrets: inherit
with:
runs-on: 'macos-12'
Expand All @@ -60,7 +60,7 @@ jobs:
name: 'App'
needs: [paths-filter, build-app-filter]
if: ${{ !inputs.skip-build-app && github.event.pull_request.draft != true && needs.paths-filter.outputs.should-build != 'false' && needs.build-app-filter.outputs.should-run == 'true' }}
uses: grigorye/ReusableWorkflows/.github/workflows/build-app-generic.yml@v20
uses: grigorye/ReusableWorkflows/.github/workflows/build-app-generic.yml@v22
with:
macos-app-scheme: 'TMBuddy'
build-configs: '[\"app-store\", \"developer-id\"]'
Expand Down

0 comments on commit 0dfeeb9

Please sign in to comment.