diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad33a4bbf..07d43a620 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,19 +15,6 @@ jobs: version: ${{ steps.which_version.outputs.version }} sha: ${{ steps.commit.outputs.commit_long_sha }} steps: - - name: Check if organization member - id: is_organization_member - uses: jamessingleton/is-organization-member@1.0.1 - with: - organization: viamrobotics - username: ${{ github.actor }} - token: ${{ secrets.GITHUB_TOKEN }} - - - name: Cancelling - user not part of organization - uses: andymckay/cancel-action@0.2 - if: | - steps.is_organization_member.outputs.result == 'false' - - name: Checkout Code uses: actions/checkout@v4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e179424a2..da9779882 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,8 @@ name: Test -on: pull_request +on: + pull_request + workflow_dispatch jobs: run-tests: