Skip to content

Commit

Permalink
chore: re-run
Browse files Browse the repository at this point in the history
  • Loading branch information
ohassine committed May 23, 2024
1 parent 6221310 commit 43b9868
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-develop-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# needs: [ detekt ]
# uses: ./.github/workflows/gradle-run-unit-tests.yml
build-app:
needs: [ detekt ]
# needs: [ detekt ]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gradle-run-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
merge_group:
push:
branches:
- develop
# - develop
- release/candidate
- prod
- internal
- main
pull_request:
types: [ opened, synchronize ] # Don't rerun on `edited` to save time
branches:
- develop
# - develop
- release/candidate
- prod
- internal
Expand Down

0 comments on commit 43b9868

Please sign in to comment.