Skip to content

Commit

Permalink
Disable run_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Feb 29, 2024
1 parent c7cf5fe commit 1dd09fc
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/build_hotfix_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,11 @@ jobs:
*) echo "👎 Not a hotfix release branch"; exit 1 ;;
esac
run_tests:

name: Run Tests

needs: assert_release_branch
uses: ./.github/workflows/pr.yml
secrets:
ASANA_ACCESS_TOKEN: ${{ secrets.ASANA_ACCESS_TOKEN }}

update_asana:

name: Update Asana tasks

needs: run_tests
needs: assert_release_branch
runs-on: macos-13-xlarge
timeout-minutes: 10

Expand Down Expand Up @@ -77,7 +68,7 @@ jobs:
prepare_release:
name: Prepare Release
needs: run_tests
needs: assert_release_branch
uses: ./.github/workflows/release.yml
with:
asana-task-url: ${{ github.event.inputs.asana-task-url }}
Expand Down

0 comments on commit 1dd09fc

Please sign in to comment.