Skip to content

Commit

Permalink
disable auth check
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Jan 23, 2025
1 parent da078a5 commit c918a1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_illumina_genotyping_array.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ env:


jobs:
check-authorization:
uses: ./.github/workflows/authorized_users.yml
#check-authorization:
# uses: ./.github/workflows/authorized_users.yml

TestIlluminaGenotypingArray:
needs: check-authorization
if: ${{ needs.check-authorization.outputs.approved == 'true' }}
#needs: check-authorization
#if: ${{ needs.check-authorization.outputs.approved == 'true' }}
runs-on: ubuntu-latest
# Add "id-token" with the intended permissions.
permissions:
Expand Down

0 comments on commit c918a1f

Please sign in to comment.