Skip to content

Commit

Permalink
names
Browse files Browse the repository at this point in the history
  • Loading branch information
arielkr256 committed Oct 29, 2024
1 parent 3e9531a commit c0093de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
jobs:
test:
if: github.event.pull_request.head.repo.fork == true
name: Test (Unuthenticated)
name: Test
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
test-authenticated:
if: github.event.pull_request.head.repo.fork == false
name: Test (Authenticated)
name: Test
runs-on: ubuntu-latest
env:
API_HOST: ${{ secrets.API_HOST }}
Expand Down

0 comments on commit c0093de

Please sign in to comment.